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:
authorJacob Thornton <jacobthornton@gmail.com>2011-09-16 23:30:30 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-09-16 23:30:30 +0400
commitf03f7da08beede6e6a92ecc6bf28ca978750cd7a (patch)
treeee0e57501bd8cf7207b5832727891aec32c5fb3d
parentcd556cfacd83a30791b9efaeac61caea057cc8b0 (diff)
fix readme link spacingv1.3.0
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3fd9876a1..ad51b16fc1 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Here's what the LESS version looks like:
Or if you prefer, the standard css way:
``` html
- <link rel="stylesheet" type="text/css" href="bootstrap.css">
+<link rel="stylesheet" type="text/css" href="bootstrap.css">
```
For more info, refer to the docs!