Skip to content

Commit

Permalink
Fix header indentation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Apr 27, 2020
1 parent 16ff82f commit 7d7bf4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -56,7 +56,7 @@ $ npm install got

## Usage

### Promise
###### Promise

```js
const got = require('got');
Expand All @@ -73,7 +73,7 @@ const got = require('got');
})();
```

### JSON
###### JSON

```js
const got = require('got');
Expand Down

0 comments on commit 7d7bf4e

Please sign in to comment.