From 450b578d47baa50eefdd095f3f54308c4520ccc2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 23 Feb 2014 03:25:46 -0800 Subject: [PATCH] docs(docs): change "Twitter Bootstrap" to "Bootstrap" change "Twitter Bootstrap" to "Bootstrap" in readme.md per per http://getbootstrap.com/about/#brand --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index af5fa72c4..9ba4c39c8 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ Available generators: **Note: Generators are to be run from the root directory of your app.** ### App -Sets up a new AngularJS app, generating all the boilerplate you need to get started. The app generator also optionally installs Twitter Bootstrap and additional AngularJS modules, such as angular-resource (installed by default). +Sets up a new AngularJS app, generating all the boilerplate you need to get started. The app generator also optionally installs Bootstrap and additional AngularJS modules, such as angular-resource (installed by default). Example: ```bash