Skip to content

Commit 3ba7494

Browse files
committed
README: Launch ui5 serve without slash in open param
Using slashes in commands might lead to issues when using the Git Bash on Windows
1 parent 0779368 commit 3ba7494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
1. Start a local server and run the application (http://localhost:8080/index.html)
2222
```sh
23-
ui5 serve -o /index.html
23+
ui5 serve -o index.html
2424
```
2525

2626
## Testing

0 commit comments

Comments
 (0)