From 1af3596a5e09575d9f1c08e6bd69789baecef90f Mon Sep 17 00:00:00 2001 From: Silumesii Maboshe Date: Mon, 28 Nov 2011 08:13:54 +0200 Subject: Capitalising 'Bootstrap' and abbreviations. Fixing typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ad51b16fc..fd9726584 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Here's what the LESS version looks like: ``` -Or if you prefer, the standard css way: +Or if you prefer, the standard CSS way: ``` html @@ -72,7 +72,7 @@ http://groups.google.com/group/twitter-bootstrap Developers ---------- -We have included a makefile with convenience methods for working with the bootstrap library. +We have included a makefile with convenience methods for working with the Bootstrap library. + **build** - `make build` This will run the less compiler on the bootstrap lib and generate a bootstrap.css and bootstrap.min.css file. -- cgit v1.2.3 From 16eccc43d9fa6317818b5d1621d0477150214488 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Jan 2012 23:28:48 -0800 Subject: dates updated to 2012 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fd9726584..b77eb95ae 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Authors Copyright and license --------------------- -Copyright 2011 Twitter, Inc. +Copyright 2012 Twitter, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. -- cgit v1.2.3 From a25f0cce95bc538f3aa19e9edf17ac3a353e334e Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 26 Jan 2012 22:11:32 -0800 Subject: simplify readme --- README.md | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b77eb95ae..7dc9038a8 100644 --- a/README.md +++ b/README.md @@ -6,27 +6,6 @@ Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more To get started -- checkout http://twitter.github.com/bootstrap! -Usage ------ - -You can use Twitter Bootstrap in one of two ways: just drop the compiled CSS into any new project and start cranking, or run LESS on your site and compile on the fly like a boss. - -Here's what the LESS version looks like: - -``` html - - -``` - -Or if you prefer, the standard CSS way: - -``` html - -``` - -For more info, refer to the docs! - - Versioning ---------- @@ -74,8 +53,8 @@ Developers We have included a makefile with convenience methods for working with the Bootstrap library. -+ **build** - `make build` -This will run the less compiler on the bootstrap lib and generate a bootstrap.css and bootstrap.min.css file. ++ **build** - `make` +This will run the less compiler on the bootstrap lib and regenerate the docs dir. The lessc compiler is required for this command to run. + **watch** - `make watch` -- cgit v1.2.3