Skip to content

Commit bfda46d

Browse files
HalynaDumychOleksiiZubko
authored andcommitted
Update the README.md file
Modify the installation section. Relates-To: OLPEDGE-2413 Signed-off-by: Halyna Dumych <ext-halyna.dumych@here.com>
1 parent 33d3bb4 commit bfda46d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ npm install @here/olp-sdk-dataservice-write
6363
npm install @here/olp-sdk-dataservice-api
6464
```
6565

66-
To use the compiled bundles from the CDN, add the following files to an HTML page:
66+
To use the Data SDK with pure JavaScript, inject the compiled bundles from the CDN repository in your HTML application.
6767

6868
```
69-
https://unpkg.com/@here/olp-sdk-authentication/bundle.umd.min.js
70-
https://unpkg.com/@here/olp-sdk-core/bundle.umd.min.js
71-
https://unpkg.com/@here/olp-sdk-dataservice-api/bundle.umd.min.js
72-
https://unpkg.com/@here/olp-sdk-dataservice-read/bundle.umd.min.js
73-
https://unpkg.com/@here/olp-sdk-dataservice-write/bundle.umd.min.js
74-
https://unpkg.com/@here/olp-sdk-fetch/bundle.umd.min.js
69+
<script src="https://unpkg.com/@here/olp-sdk-fetch/bundle.umd.min.js"></script>
70+
<script src="https://unpkg.com/@here/olp-sdk-core/bundle.umd.min.js"></script>
71+
<script src="https://unpkg.com/@here/olp-sdk-authentication/bundle.umd.min.js"></script>
72+
<script src="https://unpkg.com/@here/olp-sdk-dataservice-api/bundle.umd.min.js"></script>
73+
<script src="https://unpkg.com/@here/olp-sdk-dataservice-read/bundle.umd.min.js"></script>
74+
<script src="https://unpkg.com/@here/olp-sdk-dataservice-write/bundle.umd.min.js"></script>
7575
```
7676

7777
To learn how to use the Data SDK, see the <a href="https://github.com/heremaps/here-data-sdk-typescript/blob/master/docs/GettingStartedGuide.md" target="_blank">Getting Started Guide</a> and the <a href="https://developer.here.com/documentation/sdk-typescript/dev_guide/index.html" target="blank">Developer Guide</a>.

0 commit comments

Comments
 (0)