From 86bb0733a25e55b0ad940465bf0c90253b9e58d5 Mon Sep 17 00:00:00 2001 From: Sam Soffes Date: Sun, 11 Sep 2011 21:56:54 -0700 Subject: [PATCH] Add pretty code coloring to readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eaa6ca9833..04b60c3841 100644 --- 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: - - +``` html + + +``` Or if you prefer, the standard css way: - +``` html + +``` 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.