README.md in instrumental_agent-0.9.6 vs README.md in instrumental_agent-0.9.10
- old
+ new
@@ -14,10 +14,10 @@
```sh
I = Instrumental::Agent.new('YOUR_API_KEY', :enabled => Rails.env.production?)
```
-You'll probably want something like the above, only enabling the agent in production mode so you don't have development and produciton data writing to the same value. Or you can setup two projects, so that you can verify stats in one, and release them to production in another.
+You'll probably want something like the above, only enabling the agent in production mode so you don't have development and production data writing to the same value. Or you can setup two projects, so that you can verify stats in one, and release them to production in another.
Now you can begin to use Instrumental to track your application.
```sh
I.gauge('load', 1.23) # value at a point in time