From 1a390935cba04c560db32678fe67f100a5fd18eb Mon Sep 17 00:00:00 2001 From: tgfrerer Date: Mon, 22 May 2023 17:58:49 +0100 Subject: [PATCH] [readme] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8c636d31..0562410f9 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,9 @@ can build a single, statically linked and optimised binary. * **Tracy intergation** nano-second-resolution profiling via [Tracy](https://github.com/wolfpld/tracy) - enable this by - uncommenting a single line in the app CMakeLists file. Profiling - works with both hot-reloading and optimised static builds. + [uncommenting a single line](modules/le_tracy/README.md) in the + app CMakeLists file. Profiling works with both hot-reloading and + optimised static builds. * **Multi-Window** Island allows you to hook up multiple swapchains to a single application. You can dynamically add and remove swapchains