README.md in pah-0.0.3 vs README.md in pah-0.0.4

- old
+ new

@@ -1,43 +1,39 @@ # Pah [![RubyGems][gem_version_badge]][ruby_gems] [![Code Climate][code_climate_badge]][code_climate] [![Gemnasium][gemnasium_badge]][gemnasium] -A rails application template which born from [Startup DEV][startupdev] and now is used to start most projects at [HE:labs][helabs]. +A rails application template which was born from [Startup DEV][startupdev] and now is used to start most projects at [HE:labs][helabs]. ## Instalation -Only install the Pah gem: +Install Pah at the command prompt: gem install pah ## Usage Run: pah projectname -This will create a Rails 3.2 app in `projectname` with ruby 1.9.3. This script creates a new git repository. It is not meant to be used against an existing repo. +This will create a Rails 4.0 app in `projectname` with ruby 2.0.0. This script creates a new git repository. It is not meant to be used against an existing repo. Be sure to set your canonical domain on Heroku: ```shell heroku config:add CANONICAL_HOST=yourdomain.com #or www.yourdomain.com ``` ## Dependencies ### heroku toolbelt -So Install this from https://toolbelt.heroku.com/ +Install from: https://toolbelt.heroku.com/ ### phantomjs -On OSX install with: - -```shell -brew install phantomjs -``` +Install from: http://phantomjs.org/download.html ## Versioning Pah follow the [Semantic Versioning](http://semver.org/).