Skip to content

Commit 04f9f17

Browse files
🔨 Fix preprocessor table name
1 parent cbc22b9 commit 04f9f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cargo install mdbook-inline-highlighting
99
## Usage
1010

1111
```toml
12-
[preprocessors.inline-highlighting]
12+
[preprocessor.inline-highlighting]
1313

1414
default-language = "js"
1515
# Enforce JavaScript syntax highlighting when no language is specified. When this
@@ -38,4 +38,4 @@ for code blocks.
3838
## Demo
3939

4040
After cloning this repository and installing the crate, navigate to the `test_book`
41-
directory and run `mdbook serve` to see the example above in action.
41+
directory and run `mdbook serve` to see the example above in action.

0 commit comments

Comments
 (0)