magnetk 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@ The professional JavaScript SDK for interacting with the Magnetk P2P network. Th
|
|
|
7
7
|
If using as a standalone folder, simply place the `magnetk` folder into your `node_modules` or clone it into your project.
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
# If published to npm (future)
|
|
11
10
|
npm install magnetk-sdk-js
|
|
12
11
|
```
|
|
13
12
|
|