Skip to content

Commit 173a3ba

Browse files
chore: minor modifications to README
1 parent 1964b3e commit 173a3ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ target '<Your Target Name>' do
8585
use_frameworks!
8686
pod 'web3swift'
8787
end
88-
8988
```
9089

9190
Then, run the following command:
@@ -185,10 +184,10 @@ $ npm install ganache --global
185184
186185
// To run
187186
$ ganache
188-
189187
```
190188

191189
This will create a local blockchain and also some test accounts that are used throughout our tests.
190+
Make sure that `ganache` is running on its default port `8546`. To change the port in test cases locate `LocalTestCase.swift` and modify the static `url` variable.
192191

193192
## Contribute
194193
Want to improve? It's awesome:

0 commit comments

Comments
 (0)