Skip to content

Commit 11eed31

Browse files
committed
update npm install instructions in README
1 parent 0c222f4 commit 11eed31

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ The following JavaScript modules are currently available:
1414
You need an Oracle Database to make use of the JavaScript modules provided in the Oracle Database Multilingual Engine (MLE).
1515
A very convenient way of getting an Oracle Database instance is to create an always-free Oracle Cloud account and set up a free autonomous database instance there as our [blog article][2] explains in great detail.
1616

17-
The declaration files can conveniently be installed into your project directory using NPM:
17+
The declaration files can be installed into your project directory using NPM:
1818

1919
```
20-
npm install mle-js-oracledb
21-
npm install mle-js-bindings
22-
npm install mle-js-plsqltypes
20+
git clone [email protected]:oracle-samples/mle-modules.git
21+
npm install mle-modules/declarations/mle-js-oracledb
22+
npm install mle-modules/declarations/mle-js-bindings
23+
npm install mle-modules/declarations/mle-js-plsqltypes
2324
```
2425

2526
## Documentation

0 commit comments

Comments
 (0)