Skip to content

Commit 93ac5d8

Browse files
committed
doc: improve README
1 parent 7c898a5 commit 93ac5d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ using the least privileged account possible.
2222

2323
## Prerequisites
2424

25+
- An Oracle Database, either on-prem or an
26+
[Autonomous Database](https://www.oracle.com/autonomous-database/) instance
2527
- Node.js 18 (Recommendation is to use [nvm](https://github.com/nvm-sh/nvm))
2628

2729
## Usage
2830

2931
The main application usage is through the `@oracle/create-database-app` NPM
30-
package, which will scaffold an application connected to a database.
32+
package, which will scaffold an application that will be connected to your
33+
Oracle Database.
3134

3235
```sh
3336
npm create @oracle/database-app

0 commit comments

Comments
 (0)