diff --git a/docs/index.html b/docs/index.html index c8e7df7a4..4fc9154f3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1772,7 +1772,6 @@ Lorem ipsum dolar sit amet illo error ipsum verita
-Download the latest Less.js and include the path to it (and your Bootstrap code) in the head.
Download the latest Less.js and include the path to it (and Bootstrap) in the head.
<link rel="stylesheet/less" href="/path/to/bootstrap.less">
<script src="/path/to/less.js"></script>
@@ -1795,9 +1794,9 @@ Lorem ipsum dolar sit amet illo error ipsum verita
Command line
- If you already have the less command line tool installed you can simply run the following command:
+ If you already have the less command line tool installed, simply run the following command:
$ lessc ./lib/bootstrap.less > bootstrap-1.3.0.css
- Be sure to include the --compress flag in that command if you're trying to save some bytes!
+
Be sure to include --compress in that command if you're trying to save some bytes!