From ff398d43ef64823ec1ef0e2a2115f63f4bd8aa81 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Tue, 3 Nov 2015 09:29:00 -0600 Subject: [PATCH] Update README --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index fb71ed9bb5..dd535713e1 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,7 @@ We are also building out a number of starter projects, including the Ionic 2 sta ### Tooling - At the moment, ionic-framework exports one function, `generate`, that can be used to scaffold new pages in an Ionic app. It is used by the [Ionic CLI's](https://github.com/driftyco/ionic-cli) `generate` command (also use `g` as an alias). - -#### Usage: - -* `ionic generate page MyPage` - Generate a basic page HTML, JS, and SCSS files. -* `ionic g tabs MyTabPage` - Generate a page with tabs and the tab pages with those. + At the moment, ionic-framework exports one function, `generate`, that can be used to scaffold new pages in an Ionic app. It is used by the [Ionic CLI's](https://github.com/driftyco/ionic-cli) `generate` command. #### Methods @@ -80,5 +75,4 @@ Example: #### Generators - `page`, a blank page - `tabs`, a page with tab navigation -- `directive`, an Angular2 directive