Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Zubko <ext-oleksii.zubko@here.com>
  • Loading branch information
OleksiiZubko authored and tsteenbe committed Oct 15, 2019
1 parent 5d03346 commit 9c347cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions @here/olp-sdk-authentication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Create an instance of UserAuth class before instantiating any data sources:

```typescript
const userAuth = new UserAuth({
env: "here",
env: "here",
credentials: {
accessKeyId: "replace-with-your-access-key-id",
accessKeySecret: "replace-with-your-access-key-secret"
Expand Down Expand Up @@ -93,7 +93,7 @@ Add minified JavaScript file to your `html` and create an object of userAuth:
<!DOCTYPE html>
<html lang="en">
<head>
<script src="olp-sdk-authentication.0.3.0.min.js"></script>
<script src="dist/bundle/olp-sdk-authentification.0.9.0.min.js"></script>
</head>
<body>
<script>
Expand Down
4 changes: 2 additions & 2 deletions @here/olp-sdk-dataservice-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Add minified JavaScript files to your `html`:
<!DOCTYPE html>
<html lang="en">
<head>
<script src="olp-sdk-dataservice-api.0.3.0.min.js"></script>
<script src="dist/bundle/olp-sdk-dataservice-api.0.9.0.min.js"></script>
</head>
<body>
<body>
</body>
</html>
```
Expand Down
4 changes: 1 addition & 3 deletions @here/olp-sdk-dataservice-read/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ Add minified JavaScript files to your `html` and create an object of userAuth an
<!DOCTYPE html>
<html lang="en">
<head>
<script src="olp-sdk-authentication.0.3.0.min.js"></script>
<script src="olp-sdk-dataservice-api.0.3.0.min.js"></script>
<script src="olp-sdk-dataservice-read.0.3.0.min.js"></script>
<script src="dist/bundle/olp-sdk-dataservice-read.0.9.0.min.js"></script>
</head>
<body>
<script>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ If you want to have a compiled project, you can use bundle commands. After runni
@here/olp-sdk-authentication/dist/bundle
@here/olp-sdk-dataservice-read/dist/bundle
@here/olp-sdk-dataservice-api/dist/bundle
@here/olp-sdk-fetch/dist/bundle
```

To get bundled js files for all modules, run:
Expand Down

0 comments on commit 9c347cb

Please sign in to comment.