From 5b9cc003b89840d5cb9564ca530c428fa5e7fe3d Mon Sep 17 00:00:00 2001 From: Johnatan Jensen Date: Wed, 18 Jun 2014 13:33:51 -0400 Subject: [PATCH] Fixed typo in READme.md demons = demos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7294220ffc..2fe7581e3d 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/` ### Demos / Kitchen Sink -* The demo site is generated into `dist/ionic-demo`. To test the demons, follow these steps: +* The demo site is generated into `dist/ionic-demo`. To test the demos, follow these steps: 1. Run `gulp demos [--demo-version=(versionName|nightly)]` 2. Start an http server from `dist/ionic-demo`: - `cd dist/ionic-demo && python -m SimpleHTTPServer`