Skip to content

Commit 6332e78

Browse files
committed
docs: change headings into real headings
1 parent 7cd9b37 commit 6332e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npm install sql-highlight
3030

3131
## Usage
3232

33-
**In its most basic form:**
33+
### In its most basic form
3434
```js
3535
const { highlight } = require('sql-highlight')
3636

@@ -45,7 +45,7 @@ console.log(highlighted)
4545

4646
![Screenshot](screenshot.png)
4747

48-
**HTML mode:**
48+
### HTML mode
4949

5050
```js
5151
const { highlight } = require('sql-highlight')

0 commit comments

Comments
 (0)