From bc8ef6f3bede128cbd45446af8fa0722233f8b22 Mon Sep 17 00:00:00 2001 From: Marek Serafin Date: Tue, 28 May 2024 20:14:15 +0200 Subject: [PATCH] chore(docs): typo fix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0924f3c..0010ee3f 100644 --- a/README.md +++ b/README.md @@ -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) => {