Skip to content

Commit

Permalink
fixed typo in README.md
Browse files Browse the repository at this point in the history
fixed typo in README.md "you will want use"
  • Loading branch information
JennaHuff authored Nov 20, 2023
1 parent 32b1b42 commit 1b2721c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ can still use `docker-compose` to run supplementary services like MySQL, etc.).
If not using `docker-compose`, be sure MySQL is installed (`$``brew install mysql`
if not) and running (`$``mysql.server start` if not).

On OS X, you'll want use `rbenv` (and `ruby-build`) in order to isolate the
On OS X, you'll want to use `rbenv` (and `ruby-build`) in order to isolate the
version of Ruby used here (and to prevent it from conflicting with other
projects). `bundler` is similarly used to localize gem dependencies.
Expand Down

0 comments on commit 1b2721c

Please sign in to comment.