README.md in pah-0.0.19 vs README.md in pah-0.0.20
- old
+ new
@@ -27,33 +27,26 @@
cd ./pah
bundle install
bundle exec ./bin/pah ~/path/to/project
```
-If you're using [RVM see those tips](https://github.com/Helabs/pah/wiki/Using-Pah-with-RVM).
-
## Usage
Run:
```bash
$ pah projectname
```
-This will create a Rails 4.1.8 app with Ruby 2.1.5. This script creates a new git repository in the folder `projectname`.
+This will create a Rails 4.2.0 app with Ruby 2.2.0. This script creates a new git repository in the folder `projectname`.
:warning: PAH is not meant to be used against an existing repo.
### RVM
-If you're using RVM, create and use a gemset (with the project name) before running PAH:
+If you're using [RVM see those tips](https://github.com/Helabs/pah/wiki/Using-Pah-with-RVM).
-```bash
-$ rvm use 2.1.5@projectname --create
-$ pah projectname
-```
-
PAH automatically create the .ruby-version and .ruby-gemset files.
## Versioning
PAH follows the [Semantic Versioning](http://semver.org/) standard.
@@ -103,6 +96,6 @@
[code_climate]: https://codeclimate.com/github/Helabs/pah
[code_climate_badge]: http://img.shields.io/codeclimate/github/Helabs/pah.svg?style=flat
[gemnasium]: https://gemnasium.com/Helabs/pah
[gemnasium_badge]: http://img.shields.io/gemnasium/Helabs/pah.svg?style=flat
[travis]: https://travis-ci.org/Helabs/pah
-[travis_badge]: http://img.shields.io/travis/Helabs/pah.svg?style=flat
+[travis_badge]: http://img.shields.io/travis/Helabs/pah/master.svg?style=flat