summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
author_Tradam <[email protected]>2022-05-14 03:41:58 -0400
committerGitHub <[email protected]>2022-05-14 03:41:58 -0400
commit28500faf137b5c48896b3bb763cbd64dc22ee210 (patch)
treea36a934a86b3844a5c6e41161eeb7798a9a5a66d
parent7e09e27d934535ff0fc4a7a96db049faed1a1e36 (diff)
downloadruboids-master.tar.gz
ruboids-master.zip
fixed some wordingHEADmaster
-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`