Skip to content

Commit add4cb1

Browse files
committed
Update filtering example in readme
1 parent 74d243d commit add4cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ lotrClient.books({
7979
limit: 10,
8080
sort: { by: 'name', direction: 'asc' },
8181
filters: [
82-
Lotr.filter('name')
82+
lotrClient.filter('name')
8383
.matches('The Return Of The King')
8484
]
8585
});

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skapicic/lotr-sdk",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "An SDK for The Lord of the Rings",
55
"main": "./dist/lotr.js",
66
"scripts": {

0 commit comments

Comments
 (0)