From dab2ba55c47d747234cd70e50db483cda29177b3 Mon Sep 17 00:00:00 2001 From: Marty Hernandez Avedon Date: Fri, 16 Dec 2022 10:37:01 -0500 Subject: [PATCH] minor typo - missing ( --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dc4b61666a..a5793116fcd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The Rancher Docs website is built with [Docusaurus 2](https://docusaurus.io/), a The Rancher Docs repository already contains a yarn.lock file, which contains the dependencies you need to build the website. -1. If you haven't already, install [Node]https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/getting-started/install). +1. If you haven't already, install [Node](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/getting-started/install). 1. Fork and clone the rancher-docs repository. 1. Go into your local rancher-docs folder. 1. Run `yarn` to install Docusaurus and associated dependencies.