We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2c8df commit f6b80c3Copy full SHA for f6b80c3
1 file changed
readme.md
@@ -18,7 +18,7 @@ Multiparser version 2 aims to have better performance than V1. Since V1 is depen
18
### Usage
19
```ts
20
// multiParser
21
-import { multiParser, Form, FormFile } from 'https://deno.land/x/multiparser@v2.0.3/mod.ts'
+import { multiParser, Form, FormFile } from 'https://deno.land/x/multiparser@v2.1.0/mod.ts'
22
23
const form = await multiParser(request)
24
0 commit comments