Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update example
  • Loading branch information
Jodenee committed Jul 19, 2024
1 parent 48f0a1b commit b87ccc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
## Quick Example

```lua
local voyager = path_here.voyager
local webhook = require(voyager.Webhook).new("webhookId", "webhookToken")
local voyager = require(path_here.voyager)
local webhook = voyager.Webhook.new("webhookId", "webhookToken")

webhook:SendMessage("Hello, world!")
```
Expand Down

0 comments on commit b87ccc7

Please sign in to comment.