Skip to content

Commit

Permalink
fix: fix README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mig8447 committed Jul 10, 2024
1 parent e91a81e commit b1bbfa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ If you want to generate an application named `my-app` with the `node-react`
template, you can execute:

```sh
npm create @oracle/database-app \
npm create @oracle/database-app -- \
--name 'my-app' \
--template 'node-react'
```
Expand All @@ -93,7 +93,7 @@ If you want to generate an application named `my-todo` with the `node-todo`
template, you can execute:

```sh
npm create @oracle/database-app \
npm create @oracle/database-app -- \
--name 'my-todo' \
--template 'node-todo'
```
Expand Down

0 comments on commit b1bbfa4

Please sign in to comment.