Skip to content

Commit b1bbfa4

Browse files
committed
fix: fix README examples
1 parent e91a81e commit b1bbfa4

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
@@ -82,7 +82,7 @@ If you want to generate an application named `my-app` with the `node-react`
8282
template, you can execute:
8383

8484
```sh
85-
npm create @oracle/database-app \
85+
npm create @oracle/database-app -- \
8686
--name 'my-app' \
8787
--template 'node-react'
8888
```
@@ -93,7 +93,7 @@ If you want to generate an application named `my-todo` with the `node-todo`
9393
template, you can execute:
9494

9595
```sh
96-
npm create @oracle/database-app \
96+
npm create @oracle/database-app -- \
9797
--name 'my-todo' \
9898
--template 'node-todo'
9999
```

0 commit comments

Comments
 (0)