From 65ea5d36f57c621f5e13c5ae5993a0f5862a25ac Mon Sep 17 00:00:00 2001 From: Nader Dabit Date: Tue, 27 Oct 2015 19:48:02 -0500 Subject: [PATCH] Changed uppercase O to lower case o --- website/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index 3e40b0a5c..43d3debf7 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:8080/react-native/index.html ``` Anytime you change the contents, just refresh the page and it's going to be updated.