Skip to content

Commit a4c4596

Browse files
authoredNov 4, 2020
Merge pull request #682 from vukanac/master
Fix formatting for code blocks in README.md
2 parents fced0be + f635fce commit a4c4596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe('GET /user', function() {
6868

6969
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):
7070

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

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

216-
```js
216+
```js
217217
agent(app)
218218
.get('/api/content')
219219
.set('Cookie', ['nameOne=valueOne;nameTwo=valueTwo'])

0 commit comments

Comments
 (0)
Please sign in to comment.