Skip to content

Commit

Permalink
Merge pull request #13 from oracle/fix-tamplate-names-in-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mig8447 authored Jul 10, 2024
2 parents eed9bb3 + 6f1a87a commit 6dc3cd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ using the the [`oracledb` database driver](https://github.com/oracle/node-oracle
[React](https://react.dev/). It is built by [`vite`](https://vitejs.dev/)
- `node-vue`: A starter template that uses Node.js and
[Vue.js](https://vuejs.org/). It is built by [`vite`](https://vitejs.dev/)
- `node-todo`: A simple task manager template that uses Node.js and
- `node-react-todo`: A simple task manager template that uses Node.js and
[React](https://react.dev/). It demonstrates the use of the database for
Create, Read, Update and Delete (CRUD) operations. It is built by
[`vite`](https://vitejs.dev/)
Expand Down Expand Up @@ -95,7 +95,7 @@ template, you can execute:
```sh
npm create @oracle/database-app -- \
--name 'my-todo' \
--template 'node-todo'
--template 'node-react-todo'
```

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oracle/create-database-app",
"version": "1.1.9",
"version": "1.1.10",
"description": "Create an Oracle Database Application from a Template",
"author": "Oracle Corporation",
"keywords": [
Expand Down

0 comments on commit 6dc3cd5

Please sign in to comment.