Skip to content

Commit

Permalink
Update CDN script url in README
Browse files Browse the repository at this point in the history
  • Loading branch information
styppo committed Jan 27, 2020
1 parent e99790c commit f7bab29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For developers looking to include Nimiq support on their applications, there are

## Quickstart

1. Install [Node.js](https://nodejs.org) v8.0.0 or higher.
1. Install [Node.js](https://nodejs.org) v8.10.0 or higher.
2. On Ubuntu and Debian, install `git` and `build-essential`: `sudo apt-get install -y git build-essential`.
- On other Linux systems, install `git`, `python2.7`, `make`, `gcc` and `gcc-c++`.
- 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).
Expand All @@ -45,7 +45,7 @@ A good way to get started is to have a look at [the most simple web application
Follow the [Quickstart](#quickstart) guide or make use of our CDN:

```
<script src="https://cdn.nimiq.com/nimiq.js"></script>
<script src="https://cdn.nimiq.com/latest/nimiq.js"></script>
```

## Browser client
Expand Down

0 comments on commit f7bab29

Please sign in to comment.