From 9ca47d5d223dcf5e51c780df6acf800086afc1f8 Mon Sep 17 00:00:00 2001 From: Adam Jahnke Date: Sat, 16 Feb 2013 20:49:20 -0600 Subject: [PATCH] Updates rails docs for consistency --- docs/rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rails.md b/docs/rails.md index ee61eb0..e834a21 100644 --- a/docs/rails.md +++ b/docs/rails.md @@ -29,7 +29,7 @@ class projects::rails_app { This does a few things for you: -* Clones `https://github.com/mycompany/rails_app.git` to `~/src/rails_app` +* Clones `https://github.com/username/rails_app.git` to `~/src/rails_app` * Ensures the default 1.9.3 version of Ruby is installed * Creates `~/src/rails_app/.ruby-version` with `1.9.3` in it * Ensures mysql is installed and running