Skip to content

Commit

Permalink
Replace require statement under usage section
Browse files Browse the repository at this point in the history
Should this not be updated to match the package name?
  • Loading branch information
tayl authored and rzr committed May 13, 2020
1 parent 6a73a7e commit 33a3536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33a3536

Please sign in to comment.