Skip to content

Commit 52ca51d

Browse files
committed
chore: fix typo on readme file
1 parent 61f8be3 commit 52ca51d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
![Build Status][github-action-image]
66
[![Test coverage][coveralls-image]][coveralls-url]
77
[![License][license-image]][license-url]
8-
[![Node Version][node-image]][node-url]
98
[![Downloads][downloads-image]][downloads-url]
109

1110
[npm-image]: https://img.shields.io/npm/v/@koa/send.svg?style=flat-square
@@ -80,7 +79,7 @@ If you want to edit any other header, simply set them before calling `send`.
8079
## Example
8180

8281
```js
83-
const send = require("koa-send");
82+
const send = require("@koa/send");
8483
const Koa = require("koa");
8584
const app = new Koa();
8685

0 commit comments

Comments
 (0)