Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ wurfl.watch(myWurflFile, function() {
});
```

If you want to reduce memory usage even further, you can specify the the groups you are interested in, the rest will be left out completely. For example, if you only care about the "display" capabilities:
If you want to reduce memory usage even further, you can specify the groups you are interested in, the rest will be left out completely. For example, if you only care about the "display" capabilities:

```javascript
wurfl.loadSync({ groups: [ 'display' ] });
Expand Down