summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/README.md
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-04 16:33:45 +0100
committera14m <[email protected]>2020-12-04 16:33:45 +0100
commite402229c03a65259b7d1cbd8d7b9730af2180269 (patch)
treecf9812e15cc89e98ededb469e82814c8554c73ad /CLI/ruby/README.md
parent88293db943b7c4bcb85fd5df69c092cce8afec9e (diff)
Update the name to a unique name on rubygems
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