Skip to content

Commit a5629da

Browse files
committed
Update package.json version to 1.0.1 and fix typo in readme.md
1 parent 502f4b3 commit a5629da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "indiepitcher",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Note: The IndiePitcher REST API and this SDK is not means to be used from your f
77
## Instalation
88

99
```
10-
npm install resend
10+
npm install indiepitcher
1111
```
1212

1313
## Setup

0 commit comments

Comments
 (0)