From 6c13d24aea569d6520413719fd9b5df5504de6cc Mon Sep 17 00:00:00 2001 From: Alejandro Lazaro Date: Tue, 25 Jun 2024 15:36:21 +0200 Subject: [PATCH] docs: fix table of contents Remove the empty item from the ToC and fix a typo. :writing_hand: --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bccd725..356ffb7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ **Table of Contents** - [Hayhooks](#hayhooks) - - [](#) - [Quick start](#quick-start) - [Install the package](#install-the-package) - [Check Hayhooks status](#check-hayhooks-status) @@ -123,7 +122,7 @@ $ curl -X 'POST' \ ### Undeploy the pipeline -Hayhooks tries to to as much bookkeeping as possible without restarting the server. For example, to free up +Hayhooks tries to do as much bookkeeping as possible without restarting the server. For example, to free up resources you can undeploy the pipeline directly from the client: ```console