From 200373b54276d8e355f7ca0a30e2de30b486c8aa Mon Sep 17 00:00:00 2001 From: sammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 21 Mar 2021 14:06:55 -0400 Subject: [PATCH] Updated Ansikit (markdown) --- Ansikit.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)