From 4eb7ed6809737c0e698aabb9b25c3f3f66bbf403 Mon Sep 17 00:00:00 2001 From: geppy Date: Mon, 26 Dec 2016 23:03:55 -0600 Subject: [PATCH] Removed reference to `StartServerWindows.bat` --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 6e548805e..cd14f003f 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,6 @@ Open a Command Prompt or Terminal in the repository and run: ```bash npm start ``` -Or on Windows: -```bash -StartServerWindows.bat -``` ## Playground To run the Playground, make sure the dev server's running and go to [http://localhost:8073/](http://localhost:8073/) - you will be directed to the playground, which demonstrates various tools and internal state.