Badges fixes

This commit is contained in:
TSnake41 2020-04-08 00:15:55 +02:00
parent 807f0adafd
commit 0066987f84

View File

@ -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.