README.md in myrails-2.1.0 vs README.md in myrails-2.2.0
- old
+ new
@@ -76,10 +76,10 @@
To release a new version,
* update the version number in `version.rb`
* tag the the code `git tag v1.0.0`
* push the tag `git push --tags`
* then run `bundle exec rake build`
-* `gem push pkg/myrails-verion`
+* `gem push pkg/myrails-version`
Which will push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing