From f1a17b0fe29d197aa14f6aa28cc3b77360974458 Mon Sep 17 00:00:00 2001 From: DuckieTM Date: Mon, 2 Mar 2026 14:27:55 +0100 Subject: [PATCH] Fix yarn link command formatting in README Corrected the yarn link command formatting in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8813d35..f1b4420 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ - Now we will create a Link for the Nitro Renderer : `yarn link` This will give you a link address `yarn link "@nitrots/nitro-renderer"` - Install the dependencies for Cool UI : cd C:\Github\Nitro-V3 - `yarn install` - - `yarn link "@nitrots/nitro-renderer" <== This will link the renderer in the project + - `yarn link "@nitrots/nitro-renderer"` <== This will link the renderer in the project - Rename a few files - Rename `public/renderer-config.json.example` to `public/renderer-config.json` - Rename `public/ui-config.json.example` to `public/ui-config.json`