Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit f7bab29

Browse files
committed
Update CDN script url in README
1 parent e99790c commit f7bab29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For developers looking to include Nimiq support on their applications, there are
2727

2828
## Quickstart
2929

30-
1. Install [Node.js](https://nodejs.org) v8.0.0 or higher.
30+
1. Install [Node.js](https://nodejs.org) v8.10.0 or higher.
3131
2. On Ubuntu and Debian, install `git` and `build-essential`: `sudo apt-get install -y git build-essential`.
3232
- On other Linux systems, install `git`, `python2.7`, `make`, `gcc` and `gcc-c++`.
3333
- For MacOS or Windows, [check here for git](https://git-scm.com/downloads) and [here for compilation tools](https://github.com/nodejs/node-gyp#on-mac-os-x).
@@ -45,7 +45,7 @@ A good way to get started is to have a look at [the most simple web application
4545
Follow the [Quickstart](#quickstart) guide or make use of our CDN:
4646

4747
```
48-
<script src="https://cdn.nimiq.com/nimiq.js"></script>
48+
<script src="https://cdn.nimiq.com/latest/nimiq.js"></script>
4949
```
5050

5151
## Browser client

0 commit comments

Comments
 (0)