From 3168ebd92096751c0cf12501fbcccf4187a009a4 Mon Sep 17 00:00:00 2001 From: WillDevv12 <93289932+WillDev12@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:31:40 -0500 Subject: [PATCH] Update Readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c00c858..ee1a496 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,11 @@ Installation is easy, follow the steps below and it will be fully installed. [BetterGUI is still in progress] - * New GUI look for alerts - * Easier alert code - * Run HTML in UI easier +| Function | What it does | +| :--- | :----: | +| popUp(title, text) | Opens a more professional looking UI popup box | +| showDialogFromHtml(html, title) | Opens a dialog containing html | +| showSidebarFromHtml(html, title) | Opens a sidebar containing html | # How to use