From ed38192cde4b53209c6f5e6726008244887c4af3 Mon Sep 17 00:00:00 2001 From: sebthom Date: Sat, 4 Mar 2023 16:43:23 +0100 Subject: [PATCH] update doc --- README.md | 2 +- haxelib.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe11e11..91c0d99 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## What is it? -A [haxelib](http://lib.haxe.org/documentation/using-haxelib/) with Lua externs for the [Clink API](https://chrisant996.github.io/clink/clink.html#extending-clink-with-lua) +A [haxelib](http://lib.haxe.org/documentation/using-haxelib/) with Lua [externs](https://haxe.org/manual/lf-externs.html) for the [Clink API](https://chrisant996.github.io/clink/clink.html#extending-clink-with-lua) to develop custom command line completions for [Clink](https://github.com/chrisant996/clink). ### Requirements/Limitations diff --git a/haxelib.json b/haxelib.json index ccebdc5..5453d58 100644 --- a/haxelib.json +++ b/haxelib.json @@ -9,7 +9,7 @@ "lua", "vegardit" ], - "description": "Externs for the Clink API (https://chrisant996.github.io/clink/clink.html#extending-clink-with-lua)", + "description": "Externs for the Clink API (https://chrisant996.github.io/clink/clink.html#extending-clink-with-lua) to implement Windows command completions.", "contributors": ["vegardit"], "releasenote": "See https://github.com/vegardit/haxe-clink-externs/blob/main/CHANGELOG.md", "version": "0.1.0",