Skip to content

Commit

Permalink
Merge pull request twbs#194 from samsoffes/patch-1
Browse files Browse the repository at this point in the history
Add pretty code coloring to readme
  • Loading branch information
mdo committed Sep 12, 2011
2 parents a40690a + 86bb073 commit 0c46ade
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down Expand Up @@ -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.
limitations under the License.

0 comments on commit 0c46ade

Please sign in to comment.