From 0ff25cb116ae5753096724a04637d48d57714eef Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 8 Jul 2024 23:07:47 +0800 Subject: [PATCH] Update README.md --- c/raylib/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/raylib/README.md b/c/raylib/README.md index 707f6847..f27e06a5 100644 --- a/c/raylib/README.md +++ b/c/raylib/README.md @@ -1,4 +1,4 @@ -# LLGo wrapper of raylib +# LLGo wrapper of raysan5/raylib ## How to install @@ -18,7 +18,7 @@ TODO The `_demo` directory contains our demos (it start with `_` to prevent the `go` command from compiling it): -- [raylibdemo](_demo/tetris/tetris.go): a basic raylib demo +- [tetris](_demo/tetris/tetris.go): tetris powered by raylib ### How to run demos