Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Update port number in README
Browse files Browse the repository at this point in the history
  • Loading branch information
baransu authored Apr 12, 2017
1 parent 4c0c379 commit 33c69e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Usage: erlangpl [-n <node>] [-c <cookie>] [-p <plugin>] [-h]
$ ./erlangpl -n [email protected] -c YOURCOOKIE
```

Once started, try visiting http://localhost:8000/
Once started, try visiting http://localhost:37575/

## Examples

Expand Down Expand Up @@ -119,7 +119,7 @@ We are recomending [yarn](https://yarnpkg.com/lang/en/) for that.
yarn && yarn start
```

Now, application can be found at `localhost:3000` and will be listening for messages from `localhost:8000` where you have to have [erlangpl](https://github.com/erlanglab/erlangpl) running.
Now, application can be found at `localhost:3000` and will be listening for messages from `localhost:37575` where you have to have [erlangpl](https://github.com/erlanglab/erlangpl) running.

#### Writing Elm code

Expand Down

0 comments on commit 33c69e6

Please sign in to comment.