Update README.md

This commit is contained in:
Garrone Joseph 2020-08-25 02:53:10 +02:00 committed by GitHub
parent 0636512c53
commit 50d1f3176c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,8 +122,8 @@ For example you would replace:
```json
{
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
}
```
@ -131,8 +131,8 @@ by:
```json
{
"main": "./dist/index.js",
"types": "./src/index.ts",
"main": "dist/index.js",
"types": "src/index.ts",
}
```