From e7b6125b3b932295dd2bead04e76d05ddfa5e19a Mon Sep 17 00:00:00 2001 From: Landon Schropp Date: Sat, 13 Jan 2024 11:03:21 -0800 Subject: [PATCH] Fix typo in readme (#18) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9da1caa..37cb583 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ happen during Rails application initialization; but the inflector is not availab ## Development -After checking out the repo, run `bundle instal` to install dependencies. Then, run `rspec` to run the tests. +After checking out the repo, run `bundle install` to install dependencies. Then, run `rspec` to run the tests. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).