This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|