Skip to content

Commit

Permalink
Couple small updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelax committed Oct 20, 2016
1 parent 5930d2c commit 3c16aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -5,7 +5,7 @@
## About

The motivation with this module is to provide a high-level abstraction for testing
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.

## Getting Started

Expand All @@ -14,7 +14,7 @@
npm install supertest --save-dev
```

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

## Example

Expand Down

0 comments on commit 3c16aa1

Please sign in to comment.