From 01ff37a7aa45ded6ebd938e8168fbace1b474a22 Mon Sep 17 00:00:00 2001
From: Fezz <43589668+FBFezz@users.noreply.github.com>
Date: Mon, 27 Oct 2025 20:36:33 +0000
Subject: [PATCH] Fix HTML encoding in readme.md
---
[core]/esx_notify/readme.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/[core]/esx_notify/readme.md b/[core]/esx_notify/readme.md
index b677a822..f1d51216 100644
--- a/[core]/esx_notify/readme.md
+++ b/[core]/esx_notify/readme.md
@@ -1,10 +1,10 @@
-
`[ESX] Notify```
```````Discord`` - ``Website`` - ``Documentation``````
+
[ESX] Notify
Discord - Website - Documentation
A beautiful and simple NUI notification system for ESX
# Example Code
-`
`Change style and time`
`
+Change style and time
```lua
---usage: message/type/length
@@ -33,7 +33,7 @@ Possible positions:
ESX.ShowNotification("Your message here", "info", 3000, "Info Title", "top-right")
```
-``Export Usage`
`
+Export Usage
```lua
-- Basic usage
@@ -49,7 +49,7 @@ exports["esx_notify"]:Notify("warning", 4000, "Inventory full!", "Warning", "bot
exports["esx_notify"]:Notify("warning", 4000, "Inventory full!~br~Some items were dropped.", "Warning")
```
-``Event Usage`
`
+Event Usage
```lua
-- Basic usage
@@ -62,7 +62,7 @@ TriggerEvent("ESX:Notify", "error", 5000, "You don't have enough money!", "Trans
TriggerEvent("ESX:Notify", "success", 4000, "Welcome!", "Greetings", "top-middle")
```
-``Color Code Usage`
`
+Color Code Usage
```lua
~r~ = Red