diff --git a/docs/learn/modules.md b/docs/learn/modules.md index 9624148ec..c16d5efde 100644 --- a/docs/learn/modules.md +++ b/docs/learn/modules.md @@ -2,11 +2,11 @@ ## Reference a module -Alongside your `project.luxe` file, there is a file called `luxe.project/modules.lx`. Dependencies on modules can be added to this file, or added via the [launcher](../../tutorial/using-modules/). For example, if you were using a module called `arcade` at version `0.0.18` it would look like this: +Alongside your `project.luxe` file, there is a file called `luxe.project/modules.lx`. Dependencies on modules can be added to this file, or added via the [launcher](../../tutorial/using-modules/). For example, if you were using a module called `arcade` at version `0.0.23` it would look like this: ```js modules = { - luxe = "2024.2.1" - arcade = "0.0.21" + luxe = "2024.8.3" + arcade = "0.0.23" } //modules ```