Skip to content

Commit 11824ae

Browse files
committed
fixed README
1 parent 9959f7e commit 11824ae

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ The application uses [showndown](https://github.com/showdownjs/showdown) as [Mar
8080

8181
```json
8282
{
83-
ghCodeBlocks: true,
84-
ghCompatibleHeaderId: true,
85-
simplifiedAutoLink: true,
86-
strikethrough: true,
87-
tables: true
83+
"ghCodeBlocks": true,
84+
"ghCompatibleHeaderId": true,
85+
"simplifiedAutoLink": true,
86+
"strikethrough": true,
87+
"tables": true
8888
}
8989
```
9090

0 commit comments

Comments
 (0)