lib/pah/files/README.md in pah-0.0.15 vs lib/pah/files/README.md in pah-0.0.16
- old
+ new
@@ -16,11 +16,11 @@
* [Heroku Toolbelt](https://toolbelt.heroku.com/)
## Setup the project
-1. Install the depedencies above
+1. Install the dependencies above
2. `$ git clone <REPOSITORY_URL> PROJECT` - Clone the project
3. `$ cd PROJECT` - Go into the project folder
4. `$ bundle install` - Install the gem dependencies
5. `$ bundle exec rake db:setup` - Setup the database
6. `$ bundle exec rake spec` - Run the specs to see if everything is working fine
@@ -65,14 +65,8 @@
5. `$ git push -u origin production` - Send your changes to `origin` remote and set the upstream
6. `$ git checkout master` - Checkout to `master` branch (so you don't commit directly on `production` branch)
:warning: All your daily work must be done on the `master` branch (or in a feature branch), never on `production` branch! The only thing you do on `production` is merging the changes from `master` and deploying to Heroku.
-## Maintainers
+## Generated with PAH
-* [HE:labs](https://github.com/Helabs)
-
-## Made with love by HE:labs
-
-![HE:labs](http://helabs.com.br/images/logo.png)
-
-This app was created and is maintained by [HE:labs](https://github.com/Helabs).
+Generated with [PAH](https://github.com/Helabs/pah), an open source project created and maintained by [HE:labs](http://helabs.com.br).