Skip to content

Commit c8e6d44

Browse files
committed
option.filter isn't related to getCats
1 parent 1af26ab commit c8e6d44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ cataas.getCats(['cute'])
9494
import Cataas from 'cataas-api';
9595

9696
const cataas = new Cataas()
97-
cataas.options.Filter = "pixel"
9897
cataas.encode()
9998
cataas.getCats(['cute'], { Limit: 5 })
10099
.then(cats => {

0 commit comments

Comments
 (0)