From a1a3e27cda415d7a0759bcc0658453fcd9e53036 Mon Sep 17 00:00:00 2001 From: Sovereignty Date: Sat, 26 Apr 2025 16:17:40 +0000 Subject: [PATCH] Improve README.md formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c91d684..c4345e6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ This is a small library meant to handle the tracking of all errors on the server, subsequently sending them as formatted discord webhook messages. It offers a few helper methods to specify which webhook URL, which will be converted into a proxy mask, as well as any custom fields you would like. -# CustomFields +## CustomFields The add chainable method allows you to specify custom fields, the value of which can either be a static value or a function which will be called upon each error being prepared for messaging. -# Example +## Example You can find an example file inside of src/ServerScripts/Example.server.lua for how to use the library.