Skip to content

Commit

Permalink
Add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
unicodeveloper committed Jan 9, 2023
1 parent c0ebc3e commit e8bf115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ First, create an instance of the **Novu SDK** like so:
use Novu\SDK\Novu;

$novu = new Novu(<INSERT_API_KEY_HERE>);

// Sign up on https://web.novu.co and grab your API key from https://web.novu.co/settings
```

Now, you can use the `Novu` instance to perform all the actions that Novu's API provides.
Expand Down

0 comments on commit e8bf115

Please sign in to comment.