Skip to content

Commit 4636e1f

Browse files
authored
Update README.md
fix nodemailer docs part
1 parent 5c39295 commit 4636e1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ client
9191
yarn add nodemailer
9292

9393
# or, if you are using NPM:
94-
npm install --s nodemailer
94+
npm install nodemailer
9595
```
9696

9797
If you're using TypeScript, install `@types/nodemailer` as a `devDependency`.
@@ -100,7 +100,7 @@ If you're using TypeScript, install `@types/nodemailer` as a `devDependency`.
100100
yarn add --dev @types/nodemailer
101101

102102
# or, if you are using NPM:
103-
npm install --s-dev @types/nodemailer
103+
npm install -D @types/nodemailer
104104
```
105105

106106
You can provide Mailtrap-specific keys like `category`, `customVariables`, `templateUuid`, and `templateVariables`.

0 commit comments

Comments
 (0)