diff --git a/README.markdown b/README.markdown index 0a861444..5062da34 100644 --- a/README.markdown +++ b/README.markdown @@ -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`: - 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: