We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5930d2c commit 3c16aa1Copy full SHA for 3c16aa1
Readme.md
@@ -5,7 +5,7 @@
5
## About
6
7
The motivation with this module is to provide a high-level abstraction for testing
8
- HTTP, while still allowing you to drop down to the lower-level API provided by superagent.
+ HTTP, while still allowing you to drop down to the [lower-level API](https://visionmedia.github.io/superagent/) provided by superagent.
9
10
## Getting Started
11
@@ -14,7 +14,7 @@
14
npm install supertest --save-dev
15
```
16
17
- Once installed it can now be referenced by simply calling ```require("supertest");```
+ Once installed it can now be referenced by simply calling ```require('supertest');```
18
19
## Example
20
0 commit comments