From 5d8c126d98253a51a74c192550fe6d8393a4177c Mon Sep 17 00:00:00 2001 From: grandeljay Date: Mon, 3 Oct 2022 15:13:11 +0200 Subject: [PATCH] Fix FUI update instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74fe6e8e..07018fde 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ npx gulp build or as a one-liner ``` -yarn upgrade && cd node_modules/fomantic-ui && npx gulp install && npx gulp build && cd ../.. +yarn upgrade fomantic-ui && cd node_modules/fomantic-ui && npx gulp install && npx gulp build && cd ../.. ``` #### Theme changes