]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
updated package and readme
authorMark Otto <markotto@twitter.com>
Mon, 20 Aug 2012 06:05:16 +0000 (23:05 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 20 Aug 2012 06:05:16 +0000 (23:05 -0700)
README.md
package.json

index 22bf33f71789ccef84e293a24bc48156bc045756..f6f1b54633a95fdce8dcd33a11240e6fc279329e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 [Twitter Bootstrap](http://twitter.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap)
 =================
 
-Bootstrap provides simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions. In other words, it's a front-end toolkit for faster, more beautiful web development. It's created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat) at Twitter.
+Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat) at Twitter.
 
-To get started, checkout http://twitter.github.com/bootstrap!
+To get started, checkout http://getbootstrap.com!
 
 
 
@@ -36,7 +36,7 @@ For more information on SemVer, please visit http://semver.org/.
 Bug tracker
 -----------
 
-Have a bug? Please create an issue here on GitHub! Also, when filing please make sure you're familiar with [necolas's guidelines](https://github.com/necolas/issue-guidelines). thanks! <3
+Have a bug? Please create an issue here on GitHub that conforms with [necolas's guidelines](https://github.com/necolas/issue-guidelines).
 
 https://github.com/twitter/bootstrap/issues
 
@@ -98,10 +98,12 @@ Runs jshint and qunit tests headlessly in [phatomjs] (http://code.google.com/p/p
 This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.
 
 
+
 Contributing
 ------------
 
-Please make all pull requests against wip-* branches. Also, if your unit test contains javascript patches or features - you must include relevant unit tests. Thanks!
+Please submit all pull requests against *-wip branches. If your unit test contains javascript patches or features, you must include relevant unit tests. Thanks!
+
 
 
 Authors
index 2e69156ae1b3cb45e9346c9bb6efcb2433a85ec9..1e85f927bd93cc13693e9d7103c9b38b6e69ae52 100644 (file)
@@ -1,7 +1,7 @@
 {
     "name": "bootstrap"
-  , "description": "HTML, CSS, and JS toolkit from Twitter."
-  , "version": "2.0.4"
+  , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
+  , "version": "2.1.0"
   , "keywords": ["bootstrap", "css"]
   , "homepage": "http://twitter.github.com/bootstrap/"
   , "author": "Twitter Inc."