From e6fac66eda047c370b6ce4a1681df6ee228ce1e3 Mon Sep 17 00:00:00 2001 From: Sander Mertens Date: Tue, 26 Jul 2022 22:45:03 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b21a6c47d..29831c1211 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ If you want to use the [flecs.c](https://raw.githubusercontent.com/SanderMertens By default Flecs includes many features that may not be useful for every project. Builds can be customized to minimize the overhead of the library. See the [Addons](#addons) section for more information on customized builds. ## Documentation +Make sure to view the documentation at https://www.flecs.dev/ ! + - [FAQ](docs/FAQ.md) - [Quickstart](docs/Quickstart.md) - [Query Manual](docs/Queries.md)