From f8a788f91c7914b3673e47b2d83489e69dd38750 Mon Sep 17 00:00:00 2001 From: Ramon Gonzalez Fernandez Date: Mon, 22 Mar 2021 00:38:30 -0400 Subject: [PATCH] fix readme and haxelib json --- README.md | 2 +- haxelib.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d098f0..2e84adc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # cctweaked-haxelib -This is a minimal set of externs for the Lua APIs of CC: Tweaked for the [haxe programming language](https://haxe.org). It's not available through haxelib *yet*. Only Lua is supported as a platform. \ No newline at end of file +This is a minimal set of externs for the Lua APIs of CC: Tweaked for the [haxe programming language](https://haxe.org). It's available through haxelib as `cctweaked`. Only Lua is supported as a platform. \ No newline at end of file diff --git a/haxelib.json b/haxelib.json index dfa9bd5..cadfbab 100644 --- a/haxelib.json +++ b/haxelib.json @@ -7,5 +7,5 @@ "version": "2.0.0", "classPath": "src", "releasenote": "Adds many missing apis added by CC: Tweaked", - "contributors": ["apemanzilla", "RGFTheCoder"] + "contributors": ["RGFTheCoder", "apemanzilla"] }