From e174ea3a3b79cd3724a3169c0c4f07a9c1bb8c25 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck Date: Mon, 9 Jun 2025 11:36:00 +0200 Subject: [PATCH] README: fix MD059 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a8abc0b..83969540 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ If you encounter any issues or need more information about the autocompletion se Error: EACCES: permission denied, access '/usr/local/lib/node_modules/tldr' ``` -Then most probably your npm's default installation directory has improper permissions. You can resolve it by clicking [here](https://docs.npmjs.com/getting-started/fixing-npm-permissions) +Then most probably your npm's default installation directory has improper permissions. You can resolve it by following [this guide](https://docs.npmjs.com/getting-started/fixing-npm-permissions). - If you are trying to install as a root user (`sudo npm install -g tldr`) and get something like: