Skip to content

Commit ae52235

Browse files
authored
Updated readme with valid link for modules
Issue: WhitestormJS#328
1 parent b435a45 commit ae52235

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
@@ -32,14 +32,14 @@ Community chat. [Join us!][discord-url]
3232

3333
### Basic setup
3434

35-
Download the [minified library](https://raw.githubusercontent.com/WhitestormJS/whs.js/dev/build/whs.min.js) or link the one from [CDN](https://cdnjs.com/libraries/whitestorm.js)
35+
Download the [minified library](https://raw.githubusercontent.com/WhitestormJS/whs.js/build/whs.min.js) or link the one from [CDN](https://cdnjs.com/libraries/whitestorm.js)
3636

3737
```html
3838
<script src="js/three.min.js"></script>
3939
<script src="js/whs.min.js"></script>
4040
```
4141

42-
The code below makes a `WHS.App` instance which handles all your [modules]() and components for better work with `WebGL`. This one creates a _scene_, _camera_ and _renderer_ - we add the following modules to the App.
42+
The code below makes a `WHS.App` instance which handles all your [modules](https://github.com/WhitestormJS/whs.js/tree/dev/modules) and components for better work with `WebGL`. This one creates a _scene_, _camera_ and _renderer_ - we add the following modules to the App.
4343

4444
```js
4545
const app = new WHS.App([

0 commit comments

Comments
 (0)