From 7b59dec135a19ab697b1676dc4dae60c04a8968c Mon Sep 17 00:00:00 2001 From: Elliot Larson Date: Tue, 24 Jan 2012 10:55:39 -0800 Subject: [PATCH] fixing github repo reference in README documentation --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: