Skip to content

Commit 4b2e45d

Browse files
authored
Update README.md
1 parent f3f5c9a commit 4b2e45d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An *experimental* Typescript declaration file is available so that you can use t
1818

1919
To use it in a browser environment simply add the following code to your HTML file:
2020
```html
21-
<script src="https://cdn.jsdelivr.net/npm/axios@0.21/dist/axios.min.js"></script>
21+
<script src="https://cdn.jsdelivr.net/npm/axios@1/dist/axios.min.js"></script>
2222
<script src="https://cdn.jsdelivr.net/npm/oidc-client@1/dist/oidc-client.min.js"></script> <!-- Only required if you'd like to enable authentication via OpenID Connect -->
2323
<script src="https://cdn.jsdelivr.net/npm/multihashes@3/src/index.min.js"></script> <!-- Only required if you have checksums in the STAC metadata -->
2424
<script src="https://cdn.jsdelivr.net/npm/@openeo/js-client@2/openeo.min.js"></script>
@@ -91,4 +91,4 @@ This package received major contributions from the following organizations:
9191

9292
There is an interactive web-based editor for coding using the openEO API,
9393
which is based on the JavaScript client.
94-
See [https://github.com/Open-EO/openeo-web-editor](https://github.com/Open-EO/openeo-web-editor) for more details.
94+
See [https://github.com/Open-EO/openeo-web-editor](https://github.com/Open-EO/openeo-web-editor) for more details.

0 commit comments

Comments
 (0)