We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144d6cb commit 7c898a5Copy full SHA for 7c898a5
README.md
@@ -79,7 +79,9 @@ If you want to generate an application named `my-app` with the `node-react`
79
template, you can execute:
80
81
```sh
82
-npm create @oracle/database-app --name 'my-app' --template 'node-react'
+npm create @oracle/database-app \
83
+ --name 'my-app' \
84
+ --template 'node-react'
85
```
86
87
#### Create a Todo Database App
@@ -88,7 +90,9 @@ If you want to generate an application named `my-todo` with the `node-todo`
88
90
89
91
92
-npm create @oracle/database-app --name 'my-todo' --template 'node-todo'
93
94
+ --name 'my-todo' \
95
+ --template 'node-todo'
96
97
98
## Contributing
0 commit comments