From d823e0fe2634c3577fb7c4f1acb0ef55cc394750 Mon Sep 17 00:00:00 2001 From: Zixuan Wang Date: Thu, 19 Aug 2021 11:15:14 -0700 Subject: [PATCH] Fix typo in repository plugin example (#487) --- source/plugins/repositories/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/plugins/repositories/README.md b/source/plugins/repositories/README.md index 826f64d9..02eaa1e9 100644 --- a/source/plugins/repositories/README.md +++ b/source/plugins/repositories/README.md @@ -22,5 +22,5 @@ Because of limitations of using SVG inside of `` 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 -``` \ No newline at end of file + plugin_repositories_featured: lowlighter/metrics, denoland/deno # List of repositories you want to feature +```