File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Includes a `json` and `urlencoded` parsers.
1313Initialization:
1414
1515``` js
16- // import withBodyParsers from 'koa- body-parsers'
17- import { withBodyParsers } from " koa- body-parsers" ;
16+ // import withBodyParsers from '@ koa/ body-parsers'
17+ import { withBodyParsers } from " @ koa/ body-parsers" ;
1818import Koa from " koa" ;
1919
2020const app = new Koa ();
@@ -85,5 +85,5 @@ You could use this to create your own request body parser of some sort.
8585Get the body of the request as a single ` Buffer ` instance.
8686` limit ` defaults to ` 1mb ` .
8787
88- [ npm-image ] : https://img.shields.io/npm/v/koa- body-parsers.svg?style=flat-square
89- [ npm-url ] : https://npmjs.org/package/koa- body-parsers
88+ [ npm-image ] : https://img.shields.io/npm/v/@ koa/ body-parsers.svg?style=flat-square
89+ [ npm-url ] : https://npmjs.org/package/@ koa/ body-parsers
You can’t perform that action at this time.
0 commit comments