Skip to content

Commit 3c16aa1

Browse files
authored
Couple small updates to README
1 parent 5930d2c commit 3c16aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## About
66

77
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.
8+
HTTP, while still allowing you to drop down to the [lower-level API](https://visionmedia.github.io/superagent/) provided by superagent.
99

1010
## Getting Started
1111

@@ -14,7 +14,7 @@
1414
npm install supertest --save-dev
1515
```
1616

17-
Once installed it can now be referenced by simply calling ```require("supertest");```
17+
Once installed it can now be referenced by simply calling ```require('supertest');```
1818

1919
## Example
2020

0 commit comments

Comments
 (0)