Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 984a2bb

Browse files
committed
update errors in readme
1 parent 6067b19 commit 984a2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The polymath.js library will automatically figure out which network you are on i
2222
If you want to use testrpc for faster testing with the polymath contracts, you will have to clone this github repo in order to properly migrate the contracts to your testrpc. Once you clone this repo, you can run the following steps to get the contracts migrated to the testrpc:
2323

2424
- `yarn install` to install the npm modules
25-
- `yarn testrpc` (keep this terminal running. this command is a custom npm script to set up an easier dev environemnt, see the package.json for more details on the ganache cli call)
25+
- `yarn testrpc` (keep this terminal running. This command is a custom npm script to set up an easier dev environment, see the package.json for more details on the ganache cli custom npm script)
2626

2727
In a new terminal
2828
- `yarn compile` to compile the contracts and create truffle artifacts (ensure the testrpc stuff will still work)
@@ -33,7 +33,7 @@ Then you can use metamask to connected to localhost:8545. You will have to impor
3333

3434
## Developement Testing on local machine with truffle and mocha
3535

36-
Clone this repo, then run the following commands. This will set up the environemnt to run tests on the polymath.js library functionality.
36+
For testing polymathjs source code, clone this repo, then run the following commands. This will set up the environment to run tests on the polymath.js library functionality.
3737

3838
- `yarn prepack`to compile the javascript down to vanilla javascript
3939
- `yarn testrpc` (keep this terminal running)

0 commit comments

Comments
 (0)