From 36608aae0c7a4679a268bbc472f60112a8704067 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Sun, 30 Jun 2019 18:27:08 +1200 Subject: [PATCH] docs: fix typo Change-Id: I20bb0967fee6eca1acb9ef7998cf68260a87346b Origin: https://github.com/noble/bleno/pull/436 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18a94b79..d456a345 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ process.env['BLENO_DEVICE_NAME'] = 'custom device name'; bleno uses a 100 ms advertising interval by default. -A custom advertising interval can be specified by setting the ```BLENO_ADVERTISING_INTERVAL``` enviroment variable with the desired value in milliseconds: +A custom advertising interval can be specified by setting the ```BLENO_ADVERTISING_INTERVAL``` environment variable with the desired value in milliseconds: ```sh sudo BLENO_ADVERTISING_INTERVAL=500 node .js