diff --git a/README.md b/README.md index 01737a0..108ba3e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![raylib-lua logo](assets/logo.png) -![release](https://img.shields.io/github/v/release/TSnake41/raylib-lua?style=flat-square) -![downloads](https://img.shields.io/github/downloads/tsnake41/raylib-lua/total?style=flat-square) +[![release](https://img.shields.io/github/v/release/TSnake41/raylib-lua?style=flat-square)](https://github.com/TSnake41/raylib-lua/releases/latest) +[![downloads](https://img.shields.io/github/downloads/tsnake41/raylib-lua/total?style=flat-square)](https://github.com/TSnake41/raylib-lua/releases) ## raylib-lua @@ -13,8 +13,8 @@ This binding is partially based on [raylib-wren/wray](https://github.com/TSnake4 ### Usage (raylua_s) raylua_s is the script-mode binary of raylib-lua. -Without any argument, you get into the REPL which gives you a minimal Lua -shell that allows you to run Lua code from terminal. +Without any argument, you get into the REPL which gives you a minimal Lua] +shell that allows you to run Lua code from terminal.] You can specify a Lua file as argument to run the specified Lua file.