Skip to content

Commit

Permalink
docs: modified mailu API_KEY note.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodyherrera committed Feb 28, 2024
1 parent 83f6737 commit 3d30be0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const mailuClient = new MailuClient(endpoint, apiKey);
})();

```
[Your API key](https://mailu.io/master/api.html) is stored within the mailu directory on your system, contained within the .env environment file.
##### Important Note
Your API key is stored within the `mailu` directory on your system, contained within the `.env` environment file. Reference the Mailu documentation for specifics.

## Sections
* **MailuClient**
Expand Down Expand Up @@ -122,4 +123,4 @@ Methods for managing Mailu users.
* **createUser(body)** - Creates a new user.
* **updateUser(email, body)** - Updates a user.
* **getUser(email)** - Retrieves details of a user.
* **deleteUser(email)** - Deletes a user.
* **deleteUser(email)** - Deletes a user.

0 comments on commit 3d30be0

Please sign in to comment.