README.md in trackman-0.1.5 vs README.md in trackman-0.1.6

- old
+ new

@@ -19,11 +19,11 @@ ## Getting started ### Step 1 - Install the heroku add-on ```console heroku addons:add trackman ``` -### Step 2 - Add the client gem to your Gemfile +### Step 2 - Add the gem to your Gemfile ```console gem 'trackman' ``` ##### Step 2.1 - Rails 2 only @@ -34,11 +34,11 @@ ### Step 3 - Setup ```console rake trackman:setup ``` -Sets up your initial configuration and add custom error page add-on if you don't have it yet. +Sets up your initial configuration. ### Optional ```console rake trackman:sync ``` @@ -67,17 +67,17 @@ public/503-error.html ``` After the add-on installation -* On the first publish or manual sync, your html file(s) and every internal assets referenced by your pages(s) will be pushed to our server so that we can store them properly on S3. +* On the first publish or manual sync, your html file(s) and every internal assets referenced by your pages(s) will be pushed to the server so that we can store them properly on S3. * On the next publications, only modified assets will be published. -* Any renamed or missing asset will be handled properly on our side. +* Any renamed or missing asset will be handled properly. ### Bug reports Any bug report can be submitted here. -https://github.com/jfabre/trackman/issues +https://github.com/SynApps/trackman/issues ### Creators / Maintainers * Jeremy Fabre (https://github.com/jfabre)