Update readme.md

This commit is contained in:
Benzo
2022-04-26 19:41:59 +02:00
committed by GitHub
parent a6b884b152
commit 18e91b80d4
+2 -2
View File
@@ -7,7 +7,7 @@
* By doing ESX.ShowNotification("Text Here") it will be default/info
# Exports
exports["esx_notify"]:Notify("info", 3000, "Text Here")
* exports["esx_notify"]:Notify("info", 3000, "Text Here")
# Events
TriggerEvent("ESX:Notify", "info", 3000, "Text Here")
* TriggerEvent("ESX:Notify", "info", 3000, "Text Here")