From a96f02ee11de8ae63b5b071f976c8fb07e5124ca Mon Sep 17 00:00:00 2001 From: yassinebenaid Date: Mon, 12 Aug 2024 15:43:53 +0100 Subject: [PATCH] feat (md syntax): Fix inappropriate space between link label and url (#5378) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8412b53d..12e50682 100644 --- a/README.md +++ b/README.md @@ -1459,7 +1459,7 @@ _Libraries for programming devices of the IoT._ _Libraries for scheduling jobs._ -- [Cadence-client] (https://github.com/uber-go/cadence-client) - A framework for authoring workflows and activities running on top of the Cadence orchestration engine made by Uber. +- [Cadence-client](https://github.com/uber-go/cadence-client) - A framework for authoring workflows and activities running on top of the Cadence orchestration engine made by Uber. - [cdule](https://github.com/deepaksinghvi/cdule) - Job scheduler library with database support - [cheek](https://github.com/datarootsio/cheek) - A simple crontab like scheduler that aims to offer a KISS approach to job scheduling. - [clockwerk](https://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax.