Update README.md

This commit is contained in:
Thibault Neveu
2018-06-19 14:44:18 +01:00
committed by GitHub
parent 7ae8b1e9fe
commit cde008d273
+1 -1
View File
@@ -274,7 +274,7 @@ instance).
```javascript
env.load().then(() => {
env.load("load", (content) => {
env.addEvent("load", (content) => {
// Here the content of the loaded file.
console.log(content);
},{local: true});