Skip to content

Commit f42596f

Browse files
authored
docs(‎packages/quickstart/steps/01/README.md‎): Fix command syntax in README for UI5 libraries (#247)
Removed quote sign in command for executing the required UI5 libraries.
1 parent c22ca5e commit f42596f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)