Skip to content

Commit c6c0617

Browse files
Document npm install instead of npm add
1 parent 953c251 commit c6c0617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Quick guide
99
You can integrate this library in your project using the [npm package](https://www.npmjs.com/package/@microbit/microbit-fs):
1010

1111
```bash
12-
$ npm add @microbit/microbit-fs
12+
$ npm install @microbit/microbit-fs
1313
```
1414

1515
## MicroPython filesystem inside a hex file

0 commit comments

Comments
 (0)