diff options
-rw-r--r-- | manifest-reference.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest-reference.md b/manifest-reference.md index a77c2d2..77ee2eb 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -368,7 +368,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. @@ -377,7 +377,7 @@ Multiple external modules can be specified as a list. ```toml [build] -external-modules = ["netcdff","h5lt"] +external-modules = ["netcdf", "h5lt"] ``` ## Automatic target discovery |