Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed May 17, 2023
1 parent 1cfb6d5 commit 9963cf3
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 @@ -384,7 +384,7 @@ this.store.query('user', { filter: { pets: { type: /cats|dogs/ } } }); // you ne
You can use `queryRecord` to return only one record. See the [guides](https://guides.emberjs.com/v2.0.0/models/finding-records/#toc_querying-for-a-single-record) for an example.
#### Export & Import
#### Import & Export
The addon ships with utility functions that enables export and import of you LocalStorage data.
You have to add `fileExport` option to the `environment.js`:
Expand Down

0 comments on commit 9963cf3

Please sign in to comment.