Skip to content

Commit f635fce

Browse files
committedNov 4, 2020
Removes space in front of backticks for code blocks in README.md
1 parent fced0be commit f635fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎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)