Skip to content

Commit

Permalink
chore(docs): typo fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stoprocent committed May 28, 2024
1 parent 77c0210 commit bc8ef6f
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 @@ -381,7 +381,7 @@ The `connect` function initiates a connection to a BLE peripheral. The function
##### Example

```javascript
const noble = require('noble');
const noble = require('@stoprocent/noble');

// Using callback
noble.connect('1234567890abcdef', {}, (error, peripheral) => {
Expand Down

0 comments on commit bc8ef6f

Please sign in to comment.