Update readme.md

This commit is contained in:
xorzo
2022-07-05 13:54:33 +02:00
committed by GitHub
parent 69335f0fa0
commit 6bf5bdeb6e
-2
View File
@@ -10,8 +10,6 @@ ESX.ShowNotification("message here", "info", 3000)
ESX.ShowNotification("text here") -- Default will time and type will be info/3000
```
<h3>Export Usage</h3>
```lua
exports["esx_notify"]:Notify("info", 3000, "message here")