Skip to content

Commit

Permalink
docs: added import instruction to installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Schurr committed Feb 17, 2023
1 parent 57200d3 commit 88ca7ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ should be installed as one of your project's `dependencies`:
npm install parse-nested-form-data
```

and then import it in your project:

```ts
import {parseFormData} from 'parse-nested-form-data'
```

## Name

The name prop is used to tell the parser how to create an object out of the
Expand Down

0 comments on commit 88ca7ac

Please sign in to comment.