From e7da9d76ebfa71c999f8298bc29119ff3121dcfc Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 2 Nov 2023 13:32:43 +0100 Subject: [PATCH] fix(doc): broken image reference (#1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceedf82..f4e0b71 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Remember to pass the database name where InnoDB foreign keys are stored to the 4 **Example database relationship:** -![image](https://github.com/VictorWesterlund/php-libinnodb-fk/assets/35688133/303a1530-44af-4749-ac6e-d9506f6f847a) +![image](https://github.com/VictorWesterlund/php-libinnodb-fk/assets/35688133/f3efedc2-6b61-4ca5-a55e-59da78c3e9ee) ## Initialize `ForeignKeys`