From 33a3536c73c3a7c94d811969c3eaccba63e1b9fd Mon Sep 17 00:00:00 2001 From: Taylor Date: Wed, 13 May 2020 09:51:01 -0500 Subject: [PATCH] Replace require statement under usage section Should this not be updated to match the package name? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c80ab9c..3a3bda9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ npm install @abandonware/bluetooth-hci-socket ## Usage ```javascript -var BluetoothHciSocket = require('bluetooth-hci-socket'); +var BluetoothHciSocket = require('@abandonware/bluetooth-hci-socket'); ``` ### Actions