From 7958276926e874d186c01504cc457b0e97d3b005 Mon Sep 17 00:00:00 2001 From: anitamalina <71383336+anitamalina@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:21:37 +0200 Subject: [PATCH] Fix command syntax in README for UI5 libraries Removed quote sign in command for executing the required UI5 libraries. --- packages/quickstart/steps/01/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/quickstart/steps/01/README.md b/packages/quickstart/steps/01/README.md index 651ff2a80..93e615984 100644 --- a/packages/quickstart/steps/01/README.md +++ b/packages/quickstart/steps/01/README.md @@ -246,7 +246,7 @@ ui5 use OpenUI5 To use install the required UI5 libraries, execute the following command: ```sh -ui5 add sap.m sap.tnt sap.ui.core sap.ui.layout themelib_sap_horizon` +ui5 add sap.m sap.tnt sap.ui.core sap.ui.layout themelib_sap_horizon ``` Let's enhance our tooling setup once again by installing some custom middleware for the ui5-server. This will help us handle our development project more efficiently.