From 33c69e695bfeb09c9dc20a517efd468dac01b728 Mon Sep 17 00:00:00 2001 From: Tomasz Cichocinski Date: Wed, 12 Apr 2017 09:18:43 +0200 Subject: [PATCH] Update port number in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a4d7ee..864901f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Usage: erlangpl [-n ] [-c ] [-p ] [-h] $ ./erlangpl -n testnode@127.0.0.1 -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