summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2023-07-02 13:49:57 +0200
committerAhmed AbdelHalim <[email protected]>2023-07-02 13:49:57 +0200
commit58fefe99f933343f7c5556ca3bc719743c54f322 (patch)
tree189f7906d6f535c2d965b345ebc133b90cd8ef9e
parent30e2930dfbb2d8beb51fef290618fac69680149e (diff)
Restructure project home
-rw-r--r--README.md6
-rw-r--r--demo.pngbin279214 -> 0 bytes
2 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index e520f4d..1c81c09 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,8 @@
A repo that includes a different implementations for [Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
in the following languages
-![Demo](demo.png "Demo")
-
[![builds.sr.ht status](https://builds.sr.ht/~a14m/game-of-life.svg)](https://builds.sr.ht/~a14m/game-of-life?)
[![license](https://img.shields.io/badge/license-MIT-brightgreenA)](https://git.sr.ht/~a14m/game-of-life/tree/master/LICENSE.md)
- - [Ruby](./CLI/ruby/README.md) [![Gem Version](https://badge.fury.io/rb/terminal_game_of_life.svg)](https://badge.fury.io/rb/terminal_game_of_life)
- - [Rust](./CLI/rust/README.md) [![Crate_version](https://img.shields.io/crates/v/terminal_game_of_life.svg)](https://crates.io/crates/terminal_game_of_life)
+### [Ruby](./CLI/ruby/README.md) [![Gem Version](https://badge.fury.io/rb/terminal_game_of_life.svg)](https://badge.fury.io/rb/terminal_game_of_life)
+### [Rust](./CLI/rust/README.md) [![Crate_version](https://img.shields.io/crates/v/terminal_game_of_life.svg)](https://crates.io/crates/terminal_game_of_life)
diff --git a/demo.png b/demo.png
deleted file mode 100644
index c061356..0000000
--- a/demo.png
+++ /dev/null
Binary files differ