Update readme.md

This commit is contained in:
Alexander Klingenbeck 2023-07-30 18:10:49 +02:00 committed by GitHub
parent 52695d8a99
commit 1579be5d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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) ![](doc/auto-complete.png)
## Examples ## Examples