Commit 02adc8228258d122e6d244b3c07c6e4474f034e7
Merge pull request #54 from adamyonk/patch-1
Updates rails docs for consistency
Showing 1 changed file Side-by-side Diff
docs/rails.md
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 | |
30 | 30 | This does a few things for you: |
31 | 31 | |
32 | -* Clones `https://github.com/mycompany/rails_app.git` to `~/src/rails_app` | |
32 | +* Clones `https://github.com/username/rails_app.git` to `~/src/rails_app` | |
33 | 33 | * Ensures the default 1.9.3 version of Ruby is installed |
34 | 34 | * Creates `~/src/rails_app/.ruby-version` with `1.9.3` in it |
35 | 35 | * Ensures mysql is installed and running |