From eb2294c31e7344d2e534a1d1f09bae73a3950e26 Mon Sep 17 00:00:00 2001 From: JopStro <33031853+JopStro@users.noreply.github.com> Date: Mon, 6 May 2024 20:28:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fde1bd..21c2f21 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JSON5 lua -A native lua module for reading json5, written in rust using mlua and serde. +A native lua module for reading [json5](https://json5.org), written in rust using mlua and serde. ## Usage the json5.dll/dylib/so file must be availible in the lua cpath (e.g. the working directory)