Skip to content

Commit ab8b886

Browse files
committed
chore: update README.md file
1 parent 72919e7 commit ab8b886

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Includes a `json` and `urlencoded` parsers.
1313
Initialization:
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";
1818
import Koa from "koa";
1919

2020
const app = new Koa();
@@ -85,5 +85,5 @@ You could use this to create your own request body parser of some sort.
8585
Get 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

0 commit comments

Comments
 (0)