Skip to content

Commit

Permalink
Fix npm package name
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed May 2, 2023
1 parent 4029d36 commit 1101302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ part in a multipart message. Nested multipart messages are supported.
You can install the library using either `npm` or `yarn`:

```sh
npm install @exact-realty/multipart-message-parser
npm install @exact-realty/multipart-parser
```

```sh
yarn add @exact-realty/multipart-message-parser
yarn add @exact-realty/multipart-parser
```

## 🎬 Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exact-realty/multipart-parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript streaming parser for MIME multipart messages",
"main": "dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 1101302

Please sign in to comment.