Commit 9ca47d5d223dcf5e51c780df6acf800086afc1f8
1 parent
eb6290f4b8
Updates rails docs for consistency
Showing 1 changed file with 1 additions and 1 deletions 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 |