From 7fb16b7abeb52db8c019e09d2a4d6d863cfa84c5 Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Sat, 28 Dec 2013 19:42:03 -0800 Subject: [PATCH] More README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65565a40..03b05605 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ project.language.name #=> "Ruby" project.languages #=> { "Ruby" => 0.98, "Shell" => 0.02 } ``` -These stats are also printed out by the `linguist` binary. You can try running `linguist` on the `lib/` directory in this repository itself: +These stats are also printed out by the `linguist` binary. This will also output the breakdown of files by language. You can try running `linguist` on the `lib/` directory in this repository itself: $ bundle exec linguist lib/ 100% Ruby