Skip to content

Commit eed9bb3

Browse files
authored
Merge pull request #9 from oracle/fix-readme-examples
Fix readme examples
2 parents e91a81e + 79746f6 commit eed9bb3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oracle/create-database-app",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Create an Oracle Database Application from a Template",
55
"author": "Oracle Corporation",
66
"keywords": [

0 commit comments

Comments
 (0)