update README typos

This commit is contained in:
root 2019-10-02 05:39:54 -07:00
parent d253d97fa2
commit dce712e448
1 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ Barge consists of a set of building blocks that can be combined to form a local
### Commons
By default it will start two containers (client & server). If Commonsis running, you can open the **Commons Frontend** application in your browser:
By default it will start two containers (client & server). If Commons is running, you can open the **Commons Frontend** application in your browser:
[http://localhost:3000](http://localhost:3000)
@ -127,8 +127,8 @@ This Building Block can be disabled by setting the `--no-commons` flag.
| Hostname | External Port | Internal URL | Local URL | Description |
|------------------|---------------|----------------------------|-----------------------|------------------------------------------------------------------ |
| `commons-client` | `3000` | http://commons-client:3000 | http://localhost:3000 | [Commons Client](https://github.com/oceanprotocol/commons/client) |
| `commons-server` | `4000` | http://commons-server:4000 | http://locahost:4000 | [Commons Server](https://github.com/oceanprotocol/commons/server) |
| `commons-client` | `3000` | http://commons-client:3000 | http://localhost:3000 | [Commons Client](https://github.com/oceanprotocol/commons) |
| `commons-server` | `4000` | http://commons-server:4000 | http://locahost:4000 | [Commons Server](https://github.com/oceanprotocol/commons) |
### Aquarius