From 200e69e39f5509a6cd023867104e1db1f3d6295c Mon Sep 17 00:00:00 2001 From: Christopher Dro Date: Thu, 3 Dec 2015 10:48:03 -0800 Subject: [PATCH] [Docs] Website - Change port from 8080 to 8079 --- website/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index 43d3debf7..37afeadb9 100644 --- a/website/README.md +++ b/website/README.md @@ -10,7 +10,7 @@ Then, run the server via ``` npm start -open http://localhost:8080/react-native/index.html +open http://localhost:8079/react-native/index.html ``` Anytime you change the contents, just refresh the page and it's going to be updated.