diff --git a/README.md b/README.md index f1524eb5d8..48613ce6ca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bootstrap - [AngularJS](http://angularjs.org/) directives specific to [twitter bootstrap](http://twitter.github.io/bootstrap/) +# bootstrap - [AngularJS](http://angularjs.org/) directives specific to [Bootstrap](http://getbootstrap.com) *** @@ -50,7 +50,7 @@ We are simply not regularly testing against IE8. ### Native, lightweight directives -We are aiming at providing a set of AngularJS directives based on Twitter Bootstrap's markup and CSS. The goal is to provide **native AngularJS directives** without any dependency on jQuery or Bootstrap's JavaScript. +We are aiming at providing a set of AngularJS directives based on Bootstrap's markup and CSS. The goal is to provide **native AngularJS directives** without any dependency on jQuery or Bootstrap's JavaScript. It is often better to rewrite an existing JavaScript code and create a new, pure AngularJS directive. Most of the time the resulting directive is smaller as compared to the orginal JavaScript code size and better integrated into the AngularJS ecosystem. ### Customizability diff --git a/misc/demo/index.html b/misc/demo/index.html index 1789f707b0..1db592e6df 100644 --- a/misc/demo/index.html +++ b/misc/demo/index.html @@ -4,8 +4,8 @@ - Angular directives for Twitter's Bootstrap - + Angular directives for Bootstrap + @@ -137,7 +137,7 @@

Getting started

Dependencies

This repository contains a set of native AngularJS directives based on - Twitter Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's + Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's JavaScript is required. The only required dependencies are: