Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sr6033 authored Oct 6, 2017
1 parent 185be11 commit b40c32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Download the [minified library](https://raw.githubusercontent.com/WhitestormJS/w
<script src="js/whs.min.js"></script>
```

The code below makes a `WHS.App` instance which handles all your [modules](WhitestormJS/blob/master/modules) and components for better work with `WebGL`. This one creates a _scene_, _camera_ and _renderer_ - we add the following modules to the App.
The code below makes a `WHS.App` instance which handles all your [modules](modules) and components for better work with `WebGL`. This one creates a _scene_, _camera_ and _renderer_ - we add the following modules to the App.

```js
const app = new WHS.App([
Expand Down

0 comments on commit b40c32b

Please sign in to comment.