README.md in duffel-0.0.1 vs README.md in duffel-0.0.2
- old
+ new
@@ -1,8 +1,8 @@
# Duffel
-Fetch your environment settings. Raise errors or set defaults when a setting does not exist.
+Fetch your environment variables. Raise errors or set defaults when a variable does not exist.
## Installation
Add this line to your application's Gemfile:
@@ -58,18 +58,18 @@
### Duffel is a stupid name
I know.
-### Why did you do it this way and not this [obviously better way]
+### Why did you do it this way and not [obviously better way]?
Because I probably don't know the obviously better way. Feel free to submit a pull request or open an issue and I'll look into it!
## Contributing
-1. Fork it ( https://github.com/[my-github-username]/duffel/fork )
+1. Fork it ( https://github.com/ericroberts/duffel/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request