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"] }