From e807a195ead8fced7f33b71eba71350d856661da Mon Sep 17 00:00:00 2001 From: David Glick Date: Sun, 5 Mar 2023 09:03:28 -0800 Subject: [PATCH] Lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd49fd3..0cc3320 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ _Add-ons that help admins deploying and maintaining Plone_ * [collective.ifttt](https://github.com/collective/collective.ifttt) - Enables any Plone site to play in the IFTTT ecosystem. For example when a news item is published, then tweet about it or post it on Facebook. * [collective.purgebyid](https://github.com/collective/collective.purgebyid) - Use tag-based cache invalidation in Plone (e.g. with Varnish's xkey module). * [collective.recipe.backup](https://github.com/collective/collective.recipe.backup) - Powerful and flexible backup/restore solution for Plone. -* [collective.regenv](https://github.com/collective/collective.regenv) - Override registry settings using environment variables +* [collective.regenv](https://github.com/collective/collective.regenv) - Override registry settings using environment variables. * [collective.revisionmanager](https://github.com/collective/collective.revisionmanager) - Manage Products.CMFEditions histories that can bloat your database. * [collective.sentry](https://github.com/collective/collective.sentry) - Sentry integration to aggregate errors and help finding their causes. * [dm.historical](https://pypi.org/project/dm.historical) - Access any historical state of your database. Can be useful to find out what happened to objects in the past and to restore accidentally deleted or modified objects.