Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten authored Oct 14, 2024
1 parent 696e697 commit b79cb8e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HTTP assertions for Deno made easy via <a href="https://github.com/visionmedia/s
<img src="https://img.shields.io/github/stars/cmorten/superdeno" alt="SuperDeno stars" />
<img src="https://img.shields.io/github/forks/cmorten/superdeno" alt="SuperDeno forks" />
<img src="https://img.shields.io/github/license/cmorten/superdeno" alt="SuperDeno license" />
<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>
<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>
</p>
<p align="center">
<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>
Expand All @@ -26,6 +26,17 @@ HTTP assertions for Deno made easy via <a href="https://github.com/visionmedia/s

---

_**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
Deno!_

```ts
import supertest from "npm:supertest";
```

Supertest not working for you? [Raise an issue on Deno](https://github.com/denoland/deno/issues) and keep reading for SuperDeno usage :tada:

---

## Table of Contents

- [Getting Started](#getting-started)
Expand Down

0 comments on commit b79cb8e

Please sign in to comment.