From c79c1d0fe39636f8a0a618427df45f9ff57623a8 Mon Sep 17 00:00:00 2001 From: lisp3r <6272944+lisp3r@users.noreply.github.com> Date: Sun, 26 Jan 2025 13:23:30 +0400 Subject: [PATCH] Update installation.md --- _i18n/en/_docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_i18n/en/_docs/installation.md b/_i18n/en/_docs/installation.md index 9382094..dc145dd 100644 --- a/_i18n/en/_docs/installation.md +++ b/_i18n/en/_docs/installation.md @@ -66,7 +66,7 @@ rpc.exports.enumerateModules = () => { script.on("message", on_message) script.load() -print([m["name"] for m in script.exports_sync.enumerate_modules()]) +print([m["name"] for m in script.exports.enumerate_modules()) {% endhighlight %} If you are on GNU/Linux, issue: