Fix typo in repository plugin example (#487)

This commit is contained in:
Zixuan Wang
2021-08-19 11:15:14 -07:00
committed by GitHub
parent 359ff46780
commit d823e0fe26

View File

@@ -22,5 +22,5 @@ Because of limitations of using SVG inside of `<img>` tags, people won't be able
with:
# ... other options
plugin_repositories: yes
plugin_repositories_list: lowlighter/metrics, denoland/deno # List of repositories you want to feature
```
plugin_repositories_featured: lowlighter/metrics, denoland/deno # List of repositories you want to feature
```