Skip to content

Commit

Permalink
docs: arbitrary change
Browse files Browse the repository at this point in the history
BREAKING CHANGE: still trying to trigger major release
  • Loading branch information
joewiz committed Apr 20, 2024
1 parent 1e15988 commit 2aad121
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 @@ -70,7 +70,7 @@ The library uses standard XQuery 3.1, but is dependent on eXist in two areas:
`util:binary-to-string()` is always needed before the JSON can be parsed.

2. To prevent hitting the Airtable API’s rate limits, we use eXist’s
`cache` module to store the dateTime of the last request. If a delay is needed
`cache` module to store the dateTime of the last request. If a delay is needed
before a request can be submitted, the `util:wait()` function is used.

To adapt the library to another processor, you may adapt these `util` and
Expand Down

0 comments on commit 2aad121

Please sign in to comment.