1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Update quickstart_simple.md

Fix spelling
This commit is contained in:
Trent McConaghy 2021-08-21 13:50:50 +02:00 committed by GitHub
parent 06af18f485
commit a4be156126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Here are the the steps:
1. Initialize services 1. Initialize services
2. Create a new node.js project 2. Create a new node.js project
3. Install dependancies 3. Install dependencies
4. Create a config file and update contract addresses 4. Create a config file and update contract addresses
5. Publish a new data token 5. Publish a new data token
6. Mint 100 tokens 6. Mint 100 tokens
@ -37,9 +37,9 @@ cat > index.js
# On linux press CTRL + D to save # On linux press CTRL + D to save
``` ```
## 3. Install dependancies ## 3. Install dependencies
Open the package.json file in a text editor and update the dependancies to include the following: Open the package.json file in a text editor and update the dependencies to include the following:
```JSON ```JSON
"dependencies": { "dependencies": {