From c7d5a3f162ccc7c465b931726faac12950a98503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 7 May 2016 23:36:06 +0200 Subject: [PATCH] Small fix to the documentation. --- config-serializer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-serializer/README.md b/config-serializer/README.md index d2a02f45..a405a48e 100644 --- a/config-serializer/README.md +++ b/config-serializer/README.md @@ -6,7 +6,7 @@ The configuration of the UHK is unusually complex for a keyboard, and is compose ## Setup -Given that the development dependencies are installed on your system you should be able to build the configuration serializer tester by executing `npm run build:test` in this directory, then start the test with running `node test-serializer.js`. +Given that the development dependencies are installed on your system you should be able to build the configuration serializer tester by executing `npm run build:test` in this directory, then start the test by running `node test-serializer.js`. ## Configuration representations