From 107a27aa2560f5a8114b19e9fd3ec0d88553aef4 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Fri, 6 Feb 2015 16:41:57 -0500 Subject: [PATCH] Fix formatting of example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 84b53b62..4a7ea415 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ These stats are also printed out by the `linguist` executable. You can use the You can try running `linguist` on the root directory in this repository itself: +``` $ bundle exec linguist --breakdown 100.00% Ruby @@ -92,7 +93,10 @@ bin/linguist github-linguist.gemspec lib/linguist.rb … +``` ## Contributing Please check out our [contributing guidelines](CONTRIBUTING.md). + +##