We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd9b37 commit 6332e78Copy full SHA for 6332e78
README.md
@@ -30,7 +30,7 @@ npm install sql-highlight
30
31
## Usage
32
33
-**In its most basic form:**
+### In its most basic form
34
```js
35
const { highlight } = require('sql-highlight')
36
@@ -45,7 +45,7 @@ console.log(highlighted)
45
46

47
48
-**HTML mode:**
+### HTML mode
49
50
51
0 commit comments