diff --git a/README.md b/README.md index 170a286..ceedf82 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) ## Initialize `ForeignKeys` @@ -70,4 +70,4 @@ $rows = $fk->for("test", "bar")->resolve_all($rows); "value" => "hello world" ] ] -``` \ No newline at end of file +```