Skip to content

Commit

Permalink
fixed readme anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstieber committed Dec 13, 2020
1 parent c64ebef commit 8f3e9a7
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 @@ -83,7 +83,7 @@ All parameters can be found in the [official Coda API documentation](https://cod
In case of success, responses are mostly untouched but converted to PHP arrays. Exception is `insertRow()` function, which provides a boolean true in case of success.
In case of an error, the response includes the statusCode and provided error message, also untouched and converted to an array.

### Caching
### Cache data
Every API call may take a few seconds. It is recommended to store results and only call for new when necessary. The library provides a simple caching mechanic to store received data in a .codaphp_cache folder. **This mehanic is optional** and needs to be activated. Learn more in the [caching instructions](#Caching)

## Documentation
Expand Down

0 comments on commit 8f3e9a7

Please sign in to comment.