diff --git a/docs/README.md b/docs/README.md index dd105f5..91ad930 100644 --- a/docs/README.md +++ b/docs/README.md @@ -266,6 +266,8 @@ In *polyscript*, this is possible by defining one or more `[js_modules.X]` field ### js_modules config example +**TOML** + ```toml [js_modules.main] # this modules work best on main @@ -281,6 +283,8 @@ In *polyscript*, this is possible by defining one or more `[js_modules.X]` field "https://cdn.jsdelivr.net/npm/worker-only" = "worker_only" ``` +**JSON** + ```js { "js_modules": { @@ -297,6 +301,8 @@ In *polyscript*, this is possible by defining one or more `[js_modules.X]` field } ``` +**Python** + ```html