diff --git a/README.md b/README.md index a2e83fd..9a2bfc4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ https://www.npmjs.com/package/@communityox/ox_lib ## 🖥️ Lua Language Server - Install [Lua Language Server](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) to ease development with annotations, type checking, diagnostics, and more. -- Install [cfxlua-vscode](https://marketplace.visualstudio.com/items?itemName=communityox.cfxlua-vscode) to add natives and cfxlua runtime declarations to LLS. +- Install [CfxLua IntelliSense](https://marketplace.visualstudio.com/items?itemName=communityox.cfxlua-vscode-cox) to add natives and cfxlua runtime declarations to LLS. - You can load ox_lib into your global development environment by modifying workspace/user settings "Lua.workspace.library" with the resource path. - e.g. "c:/fxserver/resources/ox_lib"