Skip to content

Commit b802be6

Browse files
authored
chore: improve readability of usage script
1 parent 5e9c8c3 commit b802be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ To use WebUI, ensure you have the following installed:
7676
If you pass no template the static one will be used by default and if you pass no project name it will default to `web-ui-template`
7777

7878
```sh
79-
curl -fSls https://raw.githubusercontent.com/maclong9/web-ui/refs/heads/main/initialize.sh | \
80-
sh -s -- --template [static|server] [<project-name>]
79+
curl -fSls https://raw.githubusercontent.com/maclong9/web-ui/refs/heads/main/initialize.sh \
80+
| sh -s -- --template [static|server] [<project-name>]
8181
```
8282

8383
### Manually

0 commit comments

Comments
 (0)