Skip to content

Commit

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

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

#### Create a Todo Database App
Expand All @@ -88,7 +90,9 @@ If you want to generate an application named `my-todo` with the `node-todo`
template, you can execute:

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

## Contributing
Expand Down

0 comments on commit 7c898a5

Please sign in to comment.