Skip to content

Commit

Permalink
Merge pull request #273 from ndaidong/6.0.4
Browse files Browse the repository at this point in the history
v6.0.4
  • Loading branch information
ndaidong authored Jul 4, 2022
2 parents 25b4b25 + cf64c25 commit 58a759b
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 @@ -169,11 +169,11 @@ addQueryRules([

To write better `transform()` logic, please refer [Document Object](https://developer.mozilla.org/en-US/docs/Web/API/Document).

#### addQueryRules(Array queryRules)
#### setQueryRules(Array queryRules)

Similar to `addQueryRules()` but new rules will replace the current query rules.

#### geQueryRules()
#### getQueryRules()

Return an array of the current query rules.

Expand Down

0 comments on commit 58a759b

Please sign in to comment.