diff --git a/[esx]/esx_notify/readme.md b/[esx]/esx_notify/readme.md index db90742c..7b43cd01 100644 --- a/[esx]/esx_notify/readme.md +++ b/[esx]/esx_notify/readme.md @@ -10,8 +10,6 @@ ESX.ShowNotification("message here", "info", 3000) ESX.ShowNotification("text here") -- Default will time and type will be info/3000 -``` -

Export Usage

```lua exports["esx_notify"]:Notify("info", 3000, "message here")