Skip to content

Commit f6b80c3

Browse files
authored
Update readme.md
1 parent 0a2c8df commit f6b80c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Multiparser version 2 aims to have better performance than V1. Since V1 is depen
1818
### Usage
1919
```ts
2020
// multiParser
21-
import { multiParser, Form, FormFile } from 'https://deno.land/x/multiparser@v2.0.3/mod.ts'
21+
import { multiParser, Form, FormFile } from 'https://deno.land/x/multiparser@v2.1.0/mod.ts'
2222

2323
const form = await multiParser(request)
2424

0 commit comments

Comments
 (0)