Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Edited Lungo.init();
  • Loading branch information
alcedo committed Aug 11, 2013
1 parent 37d7be1 commit 0cf316f
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 @@ -64,7 +64,7 @@ Here you have the dependencies of your Lungo application's body. It must contain

The JavaScript function that initializes Lungo it's:
``` javascript
Lungo.init();
Lungo.init({});
```

#### Load Sync resources on init
Expand Down Expand Up @@ -1320,4 +1320,4 @@ var result = Lungo.Service.cache(
null,
"json"
);
```
```

0 comments on commit 0cf316f

Please sign in to comment.