diff --git a/README.md b/README.md index 6b54a85..11aec2a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ npm install enttec-open-dmx-usb ``` ## Usage -All functions are documented using JSDoc and the code is easy to understand, so feel free to [explore it](src/index.ts). +[**View documentation on jsdocs.io**](https://www.jsdocs.io/package/enttec-open-dmx-usb#EnttecOpenDMXUSBDevice) + +All functions are documented 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";