Skip to content

Commit 702c1af

Browse files
committed
docs: update docs to use correct package name
1 parent 6d60296 commit 702c1af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

extension-api/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ yarn add --dev @types/vscode
4444

4545
NPM
4646
```sh
47-
npm install --save-dev sqldeveloper-api
47+
npm install --save-dev @oracle/sql-developer-api
4848
```
4949

5050
YARN
5151
```sh
52-
yarn add --dev sqldeveloper-api
52+
yarn add --dev @oracle/sql-developer-api
5353
```
5454

5555
# Usage
@@ -175,16 +175,16 @@ The following table lists all available worksheets methods:
175175

176176
</table>
177177

178-
Consult [the code samples](../samples) for more examples and code snippets on how to use different parts of the API.
178+
Consult [the code samples](https://github.com/oracle/sql-developer-vscode/tree/main/samples) for more examples and code snippets on how to use different parts of the API.
179179

180180
<!-- # Changelog: skipped for first release, will be used starting from next release -->
181181

182182
## Contributing
183183

184-
Please review our [contribution guide](../CONTRIBUTING.md)
184+
Please review our [contribution guide](https://github.com/oracle/sql-developer-vscode/blob/main/CONTRIBUTING.md)
185185

186186
# License
187187

188188
Copyright (c) 2025 Oracle and/or its affiliates.
189189

190-
Released under the Universal Permissive License v1.0 as shown at <https://oss.oracle.com/licenses/upl/>.
190+
Released under the Universal Permissive License v1.0 as shown at <https://oss.oracle.com/licenses/upl/>.

0 commit comments

Comments
 (0)