From f8d44919a21eb267fc5182025f51cdc7a011307e Mon Sep 17 00:00:00 2001 From: Syed AbuTalib Date: Sat, 25 Apr 2020 23:45:29 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71b49bb..c2a8556 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# LanguageColors +# language_colors This gem was created as a fast way to get the colors that Github uses to describe languages. returns a string in the form of `'#00ff00'`. +[Link to RubyGems](https://rubygems.org/gems/language_colors) + ## Installation Add this line to your application's Gemfile: @@ -26,9 +28,6 @@ lc.color('cpp') => "#f34b7d" ``` -## Development - -Hmm indeed. ## Contributing