]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add pretty code coloring to readme 194/head
authorSam Soffes <sam@samsoff.es>
Mon, 12 Sep 2011 04:56:54 +0000 (21:56 -0700)
committerSam Soffes <sam@samsoff.es>
Mon, 12 Sep 2011 04:56:54 +0000 (21:56 -0700)
README.md

index eaa6ca98334a0083df79061d203d0849a653f114..04b60c384175c043d7d707a0cc500985c5d90c7d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,12 +13,16 @@ You can use Twitter Bootstrap in one of two ways: just drop the compiled CSS int
 
 Here's what the LESS version looks like:
 
-    <link rel="stylesheet/less" type="text/css" href="lib/bootstrap.less">
-    <script src="less.js" type="text/javascript"></script>
+``` html
+<link rel="stylesheet/less" type="text/css" href="lib/bootstrap.less">
+<script src="less.js" type="text/javascript"></script>
+```
 
 Or if you prefer, the standard css way:
 
-    <link rel="stylesheet" type="text/css" href="bootstrap-1.2.0.css">
+``` html
+<link rel="stylesheet" type="text/css" href="bootstrap-1.2.0.css">
+```
 
 For more info, refer to the docs!
 
@@ -102,4 +106,4 @@ Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
-limitations under the License.
\ No newline at end of file
+limitations under the License.