diff --git a/[esx]/esx_notify/readme.md b/[esx]/esx_notify/readme.md
index a59f22b6..db90742c 100644
--- a/[esx]/esx_notify/readme.md
+++ b/[esx]/esx_notify/readme.md
@@ -23,15 +23,15 @@ TriggerEvent("ESX:Notify", "info", 3000, "message here")
```
Color Code Usage
-- ~r~ = Red
-- ~b~ = Blue
-- ~g~ = Green
-- ~y~ = Yellow
-- ~p~ = Purple
-- ~c~ = Grey
-- ~m~ = Dark Grey
-- ~u~ = Black
-- ~o~ = Orange
+* ~r~ = Red
+* ~b~ = Blue
+* ~g~ = Green
+* ~y~ = Yellow
+* ~p~ = Purple
+* ~c~ = Grey
+* ~m~ = Dark Grey
+* ~u~ = Black
+* ~o~ = Orange
```lua
ESX.ShowNotification("I i ~r~love~s~ donuts", "success", 3000)