From e1ad59c8a6d1be49da2259b8b8834ceeebba3ca1 Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Mon, 9 Dec 2024 22:02:54 +0200 Subject: [PATCH] update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0226681..ed46aeb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Chip8 Emulator -A Chip8 emulator written in rust for learning and educational purposes. +A Chip8 emulator written in [Rust](https://www.rust-lang.org/) for learning and educational purposes. + +In turns inside your Terminal and the code can be easily modified to run in other envionments. See it in action: