Skip to content

Commit c0dc69e

Browse files
committed
Add install command
1 parent 05ac1d2 commit c0dc69e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# multipart-parser [![CircleCI](https://circleci.com/gh/multisolution/multipart-parser.svg?style=svg)](https://circleci.com/gh/multisolution/multipart-parser)
2+
3+
```bash
4+
[yarn add|npm install --save] @multisolution/multipart-parser
5+
```
6+
27
Returning Values from Strings: multipart/form-data
8+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multisolution/multipart-parser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Returning Values from Strings: multipart/form-data",
55
"main": "index.js",
66
"repository": "[email protected]:multisolution/multipart-parser.git",

0 commit comments

Comments
 (0)