From bfad42760a12d872781b835231f39a627ad0bad1 Mon Sep 17 00:00:00 2001
From: beckerfy <fynn.becker@hs-hannover.de>
Date: Wed, 10 Jul 2019 14:13:52 +0200
Subject: [PATCH] Fix broken link in README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fc06d7e..a653dd2 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()`.
-- 
GitLab