Skip to content

Commit

Permalink
Merge pull request #682 from vukanac/master
Browse files Browse the repository at this point in the history
Fix formatting for code blocks in README.md
  • Loading branch information
niftylettuce committed Nov 4, 2020
2 parents fced0be + f635fce commit a4c4596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -68,7 +68,7 @@ describe('GET /user', function() {

You can use `auth` method to pass HTTP username and password in the same way as in the [superagent](http://visionmedia.github.io/superagent/#authentication):

```js
```js
describe('GET /user', function() {
it('responds with json', function(done) {
request(app)
Expand Down Expand Up @@ -213,7 +213,7 @@ There is another example that is introduced by the file [agency.js](https://gith

Here is an example where 2 cookies are set on the request.

```js
```js
agent(app)
.get('/api/content')
.set('Cookie', ['nameOne=valueOne;nameTwo=valueTwo'])
Expand Down

0 comments on commit a4c4596

Please sign in to comment.