fixing github repo reference in README documentation

This commit is contained in:
Elliot Larson 2012-01-24 10:55:39 -08:00
parent 0b30518ad8
commit 7b59dec135

View File

@ -12,7 +12,7 @@ In short, **serializers replaces hash-driven development with object-oriented de
For now, the easiest way to install `ActiveModel::Serializers` is to add this to your `Gemfile`: For now, the easiest way to install `ActiveModel::Serializers` is to add this to your `Gemfile`:
gem "active_model_serializers", :git => "https://wycats@github.com/josevalim/active_model_serializers.git" gem "active_model_serializers", :git => "git://github.com/josevalim/active_model_serializers.git"
Then, install it on the command line: Then, install it on the command line: