From f90dc6543e0ba8c52941e23bd5f72fce35353f67 Mon Sep 17 00:00:00 2001
From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
Date: Thu, 25 Apr 2024 19:14:17 +0200
Subject: [PATCH] docs: include v16 in version compatibility table

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

diff --git a/README.md b/README.md
index eed18ab..531c5e5 100644
--- a/README.md
+++ b/README.md
@@ -162,7 +162,7 @@ You may also be interested in installing `jest-dom` so you can use
 
 | Angular | Angular Testing Library |
 | ------- | ----------------------- |
-| 17.x    | 15.x, 14.x, 13.x        |
+| 17.x    | 16.x, 15.x, 14.x, 13.x  |
 | 16.x    | 14.x, 13.x              |
 | >= 15.1 | 14.x, 13.x              |
 | < 15.1  | 12.x, 11.x              |