diff --git a/README.md b/README.md index d35ff5b3..63ee7207 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ See [Advanced Install](#advanced-install) for other installation methods. > - For v3 docs, [see the latest v3.x.x release](https://github.com/zachasme/h3-pg/blob/v3.7.2/README.md). > - For breaking changes in v4, [see the CHANGELOG](./CHANGELOG.md). In particular, most [function names have changed](https://h3geo.org/docs/library/migration-3.x/functions). -Generally, all functions have been renamed from camelCase in H3 to snake\_case in SQL with an added `h3_` prefix. +Generally, all functions have been renamed from camelCase in H3 to snake\_case in SQL. See [API reference](docs/api.md) for all provided functions.