Skip to content

Commit 6dc3cd5

Browse files
authored
Merge pull request #13 from oracle/fix-tamplate-names-in-readme
2 parents eed9bb3 + 6f1a87a commit 6dc3cd5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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)