From dde34277d09fffcb860e293f245f5c3bf2cf313d Mon Sep 17 00:00:00 2001 From: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:08:15 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed10d5d..bbd7cac 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@
-Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text +Implementation of entity relationships in the form of a graph. The connecting edges of the graph are represented as entities, which allows the creation of many-to-many relationships, and using composition it is possible to customize the relations. > [!WARNING] > The project is a work in progress, API may change. @@ -67,3 +67,7 @@ https://github.com/DCFApixels/DragonECS-Graphs.git The package can also be added to the project as source code.
+ + +> [!WARNING] +> While the English version of the README is incomplete, you can view the [Russian version](https://github.com/DCFApixels/DragonECS-Graphs/blob/main/README-RU.md). \ No newline at end of file