Skip to content

Commit 7958276

Browse files
authored
Fix command syntax in README for UI5 libraries
Removed quote sign in command for executing the required UI5 libraries.
1 parent 354e337 commit 7958276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/quickstart/steps/01/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ ui5 use OpenUI5
246246
To use install the required UI5 libraries, execute the following command:
247247

248248
```sh
249-
ui5 add sap.m sap.tnt sap.ui.core sap.ui.layout themelib_sap_horizon`
249+
ui5 add sap.m sap.tnt sap.ui.core sap.ui.layout themelib_sap_horizon
250250
```
251251

252252
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.

0 commit comments

Comments
 (0)