You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extension-api/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,12 @@ yarn add --dev @types/vscode
44
44
45
45
NPM
46
46
```sh
47
-
npm install --save-dev sqldeveloper-api
47
+
npm install --save-dev @oracle/sql-developer-api
48
48
```
49
49
50
50
YARN
51
51
```sh
52
-
yarn add --dev sqldeveloper-api
52
+
yarn add --dev @oracle/sql-developer-api
53
53
```
54
54
55
55
# Usage
@@ -175,16 +175,16 @@ The following table lists all available worksheets methods:
175
175
176
176
</table>
177
177
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.
179
179
180
180
<!-- # Changelog: skipped for first release, will be used starting from next release -->
0 commit comments