Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 4f7de39

Browse files
authored
Update README.md
1 parent 483bcde commit 4f7de39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Also, check out the JavaScript [examples](https://github.com/mbientlab/MetaWear-
1212

1313
Under the hood it uses [Noble](https://github.com/mbientlab/noble) for Bluetooth Low Energy communications.
1414

15-
Under the hood it uses [Noble](https://github.com/mbientlab/noble) for Bluetooth Low Energy communications.
16-
1715
### Overview
1816

1917
[MetaWear](https://mbientlab.com) is a complete development and production platform for wearable and connected device applications.
@@ -35,7 +33,9 @@ Reach out to the [community](https://mbientlab.com/community/) if you encounter
3533
## Getting Started
3634

3735
### Installation
38-
The Mbient JavaScript SDK relies on [Noble](https://github.com/mbientlab/noble) for Bluetooth Low Energy communications. You need to setup the relevant [prerequisites for Noble](https://github.com/mbientlab/noble#prerequisites) and then [install Noble](https://github.com/mbientlab/noble#install). You should familiarize yourself with the rest of the README since there a few limitiations and other gotchas spelled out, such as the maximum number of simultaneous Bluetooth connections.
36+
The Mbient JavaScript SDK relies on [Noble](https://github.com/mbientlab/noble) for Bluetooth Low Energy communications. You need to setup the relevant [prerequisites for Noble](https://github.com/mbientlab/noble#prerequisites) and then [install Noble](https://github.com/mbientlab/noble#install).
37+
38+
You should familiarize yourself with this README and our tutorials since there a few limitiations and other gotchas spelled out, such as the maximum number of simultaneous Bluetooth connections.
3939

4040
Then you can simply install the MetaWear NPM module with command line:
4141
```javascript

0 commit comments

Comments
 (0)