Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsproutt authored Aug 4, 2024
1 parent bef659a commit a70c3b0
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 @@ -29,7 +29,7 @@ Once you have ran the commands above you should get an output containing your ap

Installing the package:
```bash
npm i mail-service
npm i @embr-dev/mail-service
```

An example implementation using the package [mimetext](https://www.npmjs.com/package/mimetext).
Expand All @@ -55,4 +55,4 @@ msg.addMessage({
});

await mailClient.send(recipient, msg.asRaw());
```
```

0 comments on commit a70c3b0

Please sign in to comment.