Skip to content

Commit c5f32ee

Browse files
authored
Fix a typo (#13)
1 parent 1de1d25 commit c5f32ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { codeSwitcherPlugin } from 'vuepress-plugin-code-switcher'
2626

2727
export default {
2828
// Your remaining configuration ...
29-
plugins: [ codeSwitcherPlugins(/* your config options go here */) ],
29+
plugins: [ codeSwitcherPlugin(/* your config options go here */) ],
3030
}
3131
```
3232

0 commit comments

Comments
 (0)