Skip to content

Commit 8ac368f

Browse files
authored
readme: add note about Koa v3
1 parent 05b2eeb commit 8ac368f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# [**@koa/send**](https://github.com/koajs/send)
22

3-
43
[![NPM version][npm-image]][npm-url]
54
![Build Status][github-action-image]
65
[![Test coverage][coveralls-image]][coveralls-url]
@@ -17,6 +16,8 @@
1716
[downloads-image]: http://img.shields.io/npm/dm/koa-send.svg?style=flat-square
1817
[downloads-url]: https://npmjs.org/package/koa-send
1918

19+
> NOTE: not yet tested to be compatible with Koa v3.
20+
2021
Koa static file serving middleware.
2122

2223
> Notice: We recommend using `@koa/send` for installation, as both `koa-send` and `@koa/send` refer to the same module. However, in our next major versions bumps, we will deprecate `koa-send` and only maintain the module under `@koa/send`.

0 commit comments

Comments
 (0)