summaryrefslogtreecommitdiffstats
path: root/CLI/ruby
diff options
context:
space:
mode:
authora14m <[email protected]>2021-04-08 22:18:55 +0200
committera14m <[email protected]>2021-04-08 22:18:55 +0200
commit877b0913c70d793e66fa5b2e922dcea69cbc738d (patch)
treec2392069af1d6b37e9682e43ad2ed18cc12e118a /CLI/ruby
parent568723e8f8dc0ad74e69d5f04fe50d4ea80f1dc4 (diff)
Partially update the rust README
And update ruby example URL for better looking example
Diffstat (limited to 'CLI/ruby')
-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 d6e4ce0..88dafcd 100644
--- a/CLI/ruby/README.md
+++ b/CLI/ruby/README.md
@@ -10,7 +10,7 @@ $ gem install terminal_game_of_life
## Usage
```bash
-$game-of-life -i https://meta.sr.ht/~a14m.keys --live-cell +
+$game-of-life -i https://example.com --live-cell +
$game-of-life -i /path/to/file.txt --height 35 --width 35
$game-of-life -s 1337 --delay 250
```