From 5e0158c2ff8a78b6e2083370e93b3e7417dbceac Mon Sep 17 00:00:00 2001 From: Bastian Ike Date: Tue, 13 Sep 2022 13:32:07 +0200 Subject: [PATCH] docs(readme): remove yarn, fixes #162 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ffbb08..8c503d2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ However, please be aware: - Also, when you want to reuse the CSS and Styling: Change the font (it is a licensed font) and the colors (It using AOE CI) ### Use and build the radar -Create a new yarn3 project and add the tech radar as a dependency +Create a new npm project and add the tech radar as a dependency ``` npm i aoe_technology_radar ```