summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/ruby/README.md')
-rw-r--r--CLI/ruby/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLI/ruby/README.md b/CLI/ruby/README.md
index 50058d1..0e8fb42 100644
--- a/CLI/ruby/README.md
+++ b/CLI/ruby/README.md
@@ -4,7 +4,7 @@ The implementation of the [Conway's Game of Life](https://en.wikipedia.org/wiki/
## Installation
```bash
-$ gem install game_of_life
+$ gem install terminal_game_of_life
```
## Usage