From 1579be5d1d431cef89bd1e982a251604e1f50f74 Mon Sep 17 00:00:00 2001 From: Alexander Klingenbeck Date: Sun, 30 Jul 2023 18:10:49 +0200 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6584f11..61b5f26 100644 --- a/readme.md +++ b/readme.md @@ -102,7 +102,8 @@ rayjs comes with full auto-complete support in the form of the definitions file ] } } -``` +``` +After that put the `lib.raylib.d.ts` file in the same folder and optionally restart your IDE. Auto-complete should be working: ![](doc/auto-complete.png) ## Examples