README.md in squid-1.0.0 vs README.md in squid-1.0.1
- old
+ new
@@ -41,11 +41,11 @@
==============
Squid requires **Ruby 2.1 or higher**.
If used in a Rails project, requires **Rails 4.0 or higher**.
-To include in your project, add `gem 'squid, ~> 1.0', github: 'fullscreen/squid'` to the `Gemfile` file of your Ruby project.
+To include in your project, add `gem 'squid', ~> '1.0'` to the `Gemfile` file of your Ruby project.
How to generate the manual
==========================
`rake manual`
@@ -58,6 +58,6 @@
All pull requests will have to make Travis and Code Climate happy in order to be accepted. :kissing_smiling_eyes:
You can also run the tests locally with `bundle exec rspec`.
-Happy hacking!
\ No newline at end of file
+Happy hacking!