Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilumesii Maboshe <silumesii@pencilcasestudios.com>2011-11-28 10:13:54 +0400
committerSilumesii Maboshe <silumesii@pencilcasestudios.com>2011-11-28 10:13:54 +0400
commit1af3596a5e09575d9f1c08e6bd69789baecef90f (patch)
tree893dd1dbd3e112cbc2781bfb96574e9c381d7243 /README.md
parent7eb340ec589acd56ad960a020969822636c2bc54 (diff)
Capitalising 'Bootstrap' and abbreviations. Fixing typos.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ad51b16fc1..fd97265840 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Here's what the LESS version looks like:
<script src="less.js" type="text/javascript"></script>
```
-Or if you prefer, the standard css way:
+Or if you prefer, the standard CSS way:
``` html
<link rel="stylesheet" type="text/css" href="bootstrap.css">
@@ -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.