Skip to content

Commit 7c898a5

Browse files
committed
doc: improve README
1 parent 144d6cb commit 7c898a5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ If you want to generate an application named `my-app` with the `node-react`
7979
template, you can execute:
8080

8181
```sh
82-
npm create @oracle/database-app --name 'my-app' --template 'node-react'
82+
npm create @oracle/database-app \
83+
--name 'my-app' \
84+
--template 'node-react'
8385
```
8486

8587
#### Create a Todo Database App
@@ -88,7 +90,9 @@ If you want to generate an application named `my-todo` with the `node-todo`
8890
template, you can execute:
8991

9092
```sh
91-
npm create @oracle/database-app --name 'my-todo' --template 'node-todo'
93+
npm create @oracle/database-app \
94+
--name 'my-todo' \
95+
--template 'node-todo'
9296
```
9397

9498
## Contributing

0 commit comments

Comments
 (0)