Skip to content

Commit b79cb8e

Browse files
Update README.md
1 parent 696e697 commit b79cb8e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ HTTP assertions for Deno made easy via <a href="https://github.com/visionmedia/s
1414
<img src="https://img.shields.io/github/stars/cmorten/superdeno" alt="SuperDeno stars" />
1515
<img src="https://img.shields.io/github/forks/cmorten/superdeno" alt="SuperDeno forks" />
1616
<img src="https://img.shields.io/github/license/cmorten/superdeno" alt="SuperDeno license" />
17-
<a href="https://GitHub.com/cmorten/superdeno/graphs/commit-activity"><img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" alt="SuperDeno is maintained" /></a>
17+
<a href="https://GitHub.com/cmorten/superdeno/graphs/commit-activity"><img src="https://img.shields.io/badge/Maintained%3F-no-green.svg" alt="SuperDeno is unmaintained" /></a>
1818
</p>
1919
<p align="center">
2020
<a href="https://deno.land/x/superdeno"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Flatest-version%2Fx%2Fsuperdeno%2Fmod.ts" alt="SuperDeno latest /x/ version" /></a>
@@ -26,6 +26,17 @@ HTTP assertions for Deno made easy via <a href="https://github.com/visionmedia/s
2626

2727
---
2828

29+
_**Now in maintenance mode:** [Deno has introduced Node and NPM compatability](https://docs.deno.com/runtime/fundamentals/node/), consider using [Supertest](https://www.npmjs.com/package/supertest) itself in
30+
Deno!_
31+
32+
```ts
33+
import supertest from "npm:supertest";
34+
```
35+
36+
Supertest not working for you? [Raise an issue on Deno](https://github.com/denoland/deno/issues) and keep reading for SuperDeno usage :tada:
37+
38+
---
39+
2940
## Table of Contents
3041

3142
- [Getting Started](#getting-started)

0 commit comments

Comments
 (0)