@urso/core 0.4.5 → 0.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,13 +3,15 @@
3
3
  # urso
4
4
  HTML5 game engine
5
5
 
6
- [official website](https://ursojs.io/)
7
6
 
8
- [examples](https://ursojs.io/examples.html)
7
+ ### Learn more ###
8
+ - You can find more information on the [official website](https://ursojs.io/)
9
+ - Explore working [examples](https://ursojs.io/examples.html) demos and see the code structure
10
+ - Clone [examples repository](https://github.com/megbrimef/urso-examples) to fast learning
9
11
 
10
- ### how to ###
12
+ ### How to ###
11
13
  ```js
12
- require('urso');
14
+ require('@urso/core');
13
15
  require('./app/config/load'); // your game application
14
16
 
15
17
  window.onload = Urso.runGame; //run game