Skip to content

Commit 25fbd17

Browse files
author
Dimitar Kerezov
committed
Suggest npm install instead of manual package.json modification
1 parent c150c57 commit 25fbd17

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ JavaScript library, designed to facilitate communication with iOS devices. The l
66
Quick overview
77
==
88

9-
In order to use `ios-device-lib`, just add a reference to it in your package.json:
10-
```JSON
11-
dependencies: {
12-
"ios-device-lib": "*"
13-
}
14-
```
9+
In order to use `ios-device-lib`, just add a reference to it in your package.json by executing
10+
11+
`$ npm install --save --save-exact ios-device-lib`
1512

16-
After that execute `npm install` in the directory, where your `package.json` is located. This command will install all your dependencies in `node_modules` directory. Now you are ready to use `ios-device-lib` in your project:
13+
In your project. Now you are ready to use `ios-device-lib` in your project:
1714

1815
```JavaScript
1916
const DeviceLib = require("ios-device-lib");

0 commit comments

Comments
 (0)