summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-07-09 14:25:38 -0400
committerrealtradam <[email protected]>2021-07-09 14:25:38 -0400
commit7f38d21cb983e909c89ae04355a6e24cd381505e (patch)
tree973c8b921e9454308f1686ba3a37c989bd29259d
parent04ea4cbb7d170cce60f314932dfd5ae7b7c801ed (diff)
downloadFelECS-7f38d21cb983e909c89ae04355a6e24cd381505e.tar.gz
FelECS-7f38d21cb983e909c89ae04355a6e24cd381505e.zip
minor readme fix1.0.0
-rw-r--r--README.mdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.mdown b/README.mdown
index 80b41ed..9b1e80d 100644
--- a/README.mdown
+++ b/README.mdown
@@ -99,7 +99,7 @@ If all of this sounds very confusing, don't worry. A video tutorial series is in
# Usage
-To use FelFlame simply install the gem using `gem install felflame` or using bundler `bundle add felflame` and then require it in your project like so: `require 'felflame'`. Working outside of the gem for rendering engines that do not support the usage of gems is planned a planned feature in the works.
+To use FelFlame simply install the gem using `gem install felflame` or using bundler `bundle add felflame` and then require it in your project like so: `require 'felflame'`. Working outside of the gem for rendering engines that do not support the usage of gems is a planned feature in the works.
## Entities