We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 494e70f + b91ad74 commit f53e0abCopy full SHA for f53e0ab
.github/workflows/npm-publish.yml
README.md
@@ -36,7 +36,7 @@ npm i @webtre/nestjs-mailer-react-adapter @nestjs-modules/mailer nodemailer
36
37
### Getting Started
38
39
-To add `react` support to your project, modify `tsconfig.json`
+To add support for `React` to your project, modify `tsconfig.json`
40
41
```javascript
42
{
package.json
@@ -1,6 +1,6 @@
1
2
"name": "@webtre/nestjs-mailer-react-adapter",
3
- "version": "0.0.9",
+ "version": "0.1.0",
4
"description": "Build and send emails in Nest framework using React.js",
5
"main": "./dist/index.js",
6
"module": "./dist/index.mjs",
0 commit comments