Skip to content

Commit df1ead4

Browse files
authored
Update README.md
1 parent 3d2a926 commit df1ead4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Several options can be set in `book.json` to customize the plugin.
3131
| `edit` | `{true,false}` | [allow edit code](https://github.com/ymcatar/gitbook-plugin-ace/blob/master/README.md) (**ace template required**) |
3232
| `check` | `{true,false}` | [syntax validation](https://github.com/ymcatar/gitbook-plugin-ace/blob/master/README.md) (**ace template required**) |
3333
| `theme` | `{monokai,coffee,...}` | [check syntax](https://github.com/ymcatar/gitbook-plugin-ace/blob/master/README.md) (**ace template required**) |
34-
| `fixlang` | {true,false} | fix some errors with code lang (e.g C++, ...) |
34+
| `fixlang` | `{true,false}` | fix some errors with code lang (e.g C++, ...) |
3535

3636
Just add the desired optin under `pluginConfig` in the `book.json` file
3737

0 commit comments

Comments
 (0)