summaryrefslogtreecommitdiffhomepage
path: root/README.mdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.mdown')
-rw-r--r--README.mdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.mdown b/README.mdown
index 0fd115d..a95c4b3 100644
--- a/README.mdown
+++ b/README.mdown
@@ -5,7 +5,7 @@
Welcome to the repo of our Raylib 5k gamejam game. This game was built using a few key tools:
-1. [Raylib](https://github.com/raysan5/raylib)(obviously)
+1. [Raylib](https://github.com/raysan5/raylib)
2. [mRuby Bindings](https://github.com/realtradam/mruby-raylib)
3. A custom ECS library implemented in Ruby by me([FelECS](https://github.com/realtradam/FelECS))
4. [A customized mRuby build pipeline](https://github.com/realtradam/FelFlameEngine)