From 8f786b48fdf1985e75549df3d3fe81c3a9f5afc6 Mon Sep 17 00:00:00 2001 From: ThePerkinrex Date: Sat, 19 Dec 2020 19:17:37 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c65dff0..988c7b2 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ In this file, firstly, the name of the game, the version and the authors are spe Then we have the script, in this case `game.rhai`: -```rs +```rust // setup(data) -> data fn setup(data) { // Required print("Setting up UNO for " + data.players + " players"); @@ -110,4 +110,4 @@ See for example the `shuffle` function, which is provided by the environment. Go to the [rhai book](https://schungx.github.io/rhai/language/index.html) for the language reference. ### Common errors: -* When taking more cards than are available from a pile, `()` (null or undefined) is returned \ No newline at end of file +* When taking more cards than are available from a pile, `()` (null or undefined) is returned