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 e91a81e commit b1bbfa4Copy full SHA for b1bbfa4
README.md
@@ -82,7 +82,7 @@ If you want to generate an application named `my-app` with the `node-react`
82
template, you can execute:
83
84
```sh
85
-npm create @oracle/database-app \
+npm create @oracle/database-app -- \
86
--name 'my-app' \
87
--template 'node-react'
88
```
@@ -93,7 +93,7 @@ If you want to generate an application named `my-todo` with the `node-todo`
93
94
95
96
97
--name 'my-todo' \
98
--template 'node-todo'
99
0 commit comments