README.md in smithycms-0.4.1 vs README.md in smithycms-0.4.2

- old
+ new

@@ -17,14 +17,14 @@ ## Getting Started To get started, add this to your Gemfile ```ruby -gem 'smithy', :github => 'sterrym/smithy' +gem 'smithy' ``` If you need basic authentication and don't want to integrate with existing auth in your system, add this to your Gemfile too: -gem 'smithy-auth', :github => 'sterrym/smithy-auth' +gem 'smithy-auth' Installing the CMS is simple, you can just ```shell bundle install