From 5fe9714434155050b460f83a59ff268422529744 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Tue, 23 Jan 2024 16:16:54 +0100 Subject: [PATCH] Fix erroneous package name in README [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70fe337..b1856e4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This plugin can be installed via: python -m pip install pelican-more-categories -As long as you have not explicitly added a `PLUGINS` setting to your Pelican settings file, then the newly-installed plugin should be automatically detected and enabled. Otherwise, you must add `more-categories` to your existing `PLUGINS` list. For more information, please see the [How to Use Plugins](https://docs.getpelican.com/en/latest/plugins.html#how-to-use-plugins) documentation. +As long as you have not explicitly added a `PLUGINS` setting to your Pelican settings file, then the newly-installed plugin should be automatically detected and enabled. Otherwise, you must add `more_categories` to your existing `PLUGINS` list. For more information, please see the [How to Use Plugins](https://docs.getpelican.com/en/latest/plugins.html#how-to-use-plugins) documentation. ## Multiple Categories