From d531e6b28b94aab9209811d01168975f30f2fdcc Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Sat, 19 Sep 2020 15:17:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329aef4..6b54a85 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ npm install enttec-open-dmx-usb ``` ## Usage -All functions are documented using JSDoc, and the code is not uglified and easy to understand, so feel free to [explore it](src/index.ts). +All functions are documented using JSDoc and the code is easy to understand, so feel free to [explore it](src/index.ts). ```js import { EnttecOpenDMXUSBDevice as DMXDevice } from "enttec-open-dmx-usb";