From f8e1b074ddd8635f2a5ca1950661b4ad7d22178f Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Thu, 23 Mar 2023 09:19:56 +0000 Subject: [PATCH] Update libs/README.md --- src/Umbraco.Web.UI.Client/libs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/libs/README.md b/src/Umbraco.Web.UI.Client/libs/README.md index 00f200c8d7..300e31540f 100644 --- a/src/Umbraco.Web.UI.Client/libs/README.md +++ b/src/Umbraco.Web.UI.Client/libs/README.md @@ -100,7 +100,7 @@ cd my-package npm install -D @umbraco-cms/backoffice ``` -Then go to the element located in `src/my-element.ts` and add the following code. +Then go to the element located in `src/my-element.ts` and replace it with the following code. ```typescript // src/my-element.ts