summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.mdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.mdown b/README.mdown
index 7af6566..47d365d 100644
--- a/README.mdown
+++ b/README.mdown
@@ -13,7 +13,7 @@ Ruboids is a [Boids Algorithm Simulation](https://en.wikipedia.org/wiki/Boids) m
## How to Play
### Without Bundler
-once you gem install `ruby2d`, `felflame`, and `ruby2d-camera` simple do `ruby run.rb`
+once you install the gems `ruby2d`, `felflame`, and `ruby2d-camera` simply do `ruby run.rb`
### Using Bundler
`bundler install` followed by `bundler exec ruby run.rb`