From 06f86f5ea455197b92614b85920b0c794cfd8c1a Mon Sep 17 00:00:00 2001 From: Sebastian Thulin Date: Thu, 14 Nov 2024 15:30:08 +0100 Subject: [PATCH] fix: fix typo in docs. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c65c26..716578f 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,16 @@ This page presents a summary of all links that was found to be broken in the las ## Settings > Broken links settings This page gives an administrator the ability to configure the plugin. A whitelist of domains is provided, and the ability to enable context detection feature. +# Cron actions +This plugin does not utilize the built on WordPress cron functionality. We instead recommend to setup the cli actions in the native unix crons. + # Cli documentation Broken link detector does not rely on scheduled actions due to its resource intensive nature. Instead a set of cli actions is provided to maintain the link registry. ## Cli commands All broken links cli commands are placed under **broken-link-detector** prefix. To get a up to date index of all options please use the following command: -```wp broken-link-detector --info`` +```wp broken-link-detector --info``` ### Install, Uninstall & Reinstall This command allows you to install, reinstall or uninstall the database table required for broken link registry.