From 3198009e59f57bf8e76d998665011505615c595f Mon Sep 17 00:00:00 2001 From: Budalebah <113329223+Budalebah@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:47:03 +0300 Subject: [PATCH] Fixed License Link Typo Fixed License Link Typo The license link in the README was incorrectly labeled as "Licence" instead of "License." This PR corrects the typo, ensuring the link works as intended. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1669eb62..ee1e23a3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ - [Installation](#installation) - [Getting started](#getting-started) - [Usage](#usage) -- [License](#license) +- [Licence](#licence) ### Installation @@ -190,4 +190,4 @@ await waitTillCompleted(client, 1, sendHash); ## Licence -[MIT](./LICENSE) +[MIT](./LICENCE)