Skip to content

Commit 6f1a87a

Browse files
committed
fix: fix todo template name in readme
1 parent 79746f6 commit 6f1a87a

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
@@ -58,7 +58,7 @@ using the the [`oracledb` database driver](https://github.com/oracle/node-oracle
5858
[React](https://react.dev/). It is built by [`vite`](https://vitejs.dev/)
5959
- `node-vue`: A starter template that uses Node.js and
6060
[Vue.js](https://vuejs.org/). It is built by [`vite`](https://vitejs.dev/)
61-
- `node-todo`: A simple task manager template that uses Node.js and
61+
- `node-react-todo`: A simple task manager template that uses Node.js and
6262
[React](https://react.dev/). It demonstrates the use of the database for
6363
Create, Read, Update and Delete (CRUD) operations. It is built by
6464
[`vite`](https://vitejs.dev/)
@@ -95,7 +95,7 @@ template, you can execute:
9595
```sh
9696
npm create @oracle/database-app -- \
9797
--name 'my-todo' \
98-
--template 'node-todo'
98+
--template 'node-react-todo'
9999
```
100100

101101
## Contributing

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.9",
3+
"version": "1.1.10",
44
"description": "Create an Oracle Database Application from a Template",
55
"author": "Oracle Corporation",
66
"keywords": [

0 commit comments

Comments
 (0)