diff --git a/README.md b/README.md
index fc06d7e5b3b28f37e14ad69531fa4e5965d7d293..a653dd2db5e470c943873fc4339570f5fed2b645 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ This will fetch the elements in the specified range.
 As a convenience implementation for interactive interpreter sessions this will fetch the first 20 elements.
 - `len()`.
 Unsurprisingly this returns the count of the requested table.
-Depending on the [counting strategy](#counting-strategy) this has different implications such as the cache being populated.
+Depending on the [counting strategy](#counting-strategies) this has different implications such as the cache being populated.
 - `list()`.
 This can be useful to force evaluation of a `LazyPostgrestJsonResult`.
 - `bool()`.