From 0ad0201ab2a5f7fa195c3cdc0fe800d8f5925136 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Thu, 25 Nov 2021 01:21:22 +1100 Subject: [PATCH] chore: update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 392fcb0..ea9b987 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,16 @@ local ServerCallback = import 'callbacks' ``` -If you're not interested in this method of loading files, you are free to utilise the code per the [license terms](https://www.gnu.org/licenses/gpl-3.0.html). +If you don't want to use this resource, but want to reuse code you are permitted to do so under the [license terms](https://www.gnu.org/licenses/gpl-3.0.html). +Any resources distributed with this code is subject to the same license restrictions and must be made available under the same license ([more below](#license)). #### Currently implemented - [x] Server callbacks - [x] Table utilities -- [x] OxMySQL wrapper +- [x] OxMySQL wrapper (might scrap for oxmysql v2.0.0) - [x] Streaming exports +- [x] Metatable packing/unpacking +- [x] SetInterval #### To do - Think of more features