diff options
-rw-r--r-- | manifest-reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest-reference.md b/manifest-reference.md index 89bf1db..e8998a9 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -364,7 +364,7 @@ specify the module name using the *external-modules* key in the *build* table. ```toml [build] -external-modules = "netcdff" +external-modules = "netcdf" ``` Multiple external modules can be specified as a list. |