Skip to content

Commit

Permalink
Merge pull request #52 from particle-iot/chore/install-docs
Browse files Browse the repository at this point in the history
chore/install-docs
  • Loading branch information
busticated authored Dec 1, 2021
2 parents 5b6130f + f8136dc commit 3b9db3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ A library for accessing Particle USB devices.
Using npm:

```sh
$ npm install particle-usb
$ npm install particle-usb @particle/device-constants
```

_NOTE: `particle-usb` declares `@particle/device-constants` as a [`peerDependency`](https://docs.npmjs.com/cli/v6/configuring-npm/package-json#peerdependencies) - this ensures your app only ever has one copy of that dependency_

## Usage

Expand Down

0 comments on commit 3b9db3c

Please sign in to comment.