diff --git a/Ansikit.md b/Ansikit.md index badde6b..b0cbc9b 100644 --- a/Ansikit.md +++ b/Ansikit.md @@ -1,5 +1,9 @@ Ansikit is an ANSI code library, it makes it so you just have to write simple functions instead of making a big mess trying to make your prompt blue :) -It's a port of a Node.js library by the same name ([which is made by me, sammy](https://github.com/Luvella/AnsiKit)). +It's a port of a Node.js library by the same name ([which is made by me, sammy](https://github.com/Luvella/AnsiKit)). +To require: +```lua +local ansikit = require 'ansikit' +``` # Functions ### AnsiKit.text(string)