README.md in instapusher-0.0.12 vs README.md in instapusher-0.0.13

- old
+ new

@@ -29,18 +29,20 @@ To enable debug messages you can do DEBUG=1 instapusher -And instapusher will send requests to `http://localhost:3000` server. -Another solution is use env variable `INSTAPUSHER_HOST`. +Pass host info like this INSTAPUSHER_HOST=instapusher.com instapusher Also there are other env variables like `INSTAPUSHER_PROJECT` and `INSTAPUSHER_BRANCH`. INSTAPUSHER_HOST=instapusher.com INSTAPUSHER_PROJECT=rails INSTAPUSHER_BRANCH=master instapusher +ALSO you can pass your `api_key` + + API_KEY=xxxx instapusher ## What problem it solves Here at BigBinary we create a separate branch for each feature we work on. Let's say that I am working on `authentication with facebook`.