Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Change-Id: I20bb0967fee6eca1acb9ef7998cf68260a87346b
Origin: noble#436
  • Loading branch information
Jason-Cooke authored and rzr committed Nov 4, 2020
1 parent 5a29cba commit 8820844
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 @@ -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 <your file>.js
Expand Down

0 comments on commit 8820844

Please sign in to comment.