diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2021-04-14 17:46:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 17:46:34 +0100 |
commit | d407ee0b992dbcde8663c62c06e72f57ea0691a9 (patch) | |
tree | 9469d4f1bfa4a6043a2ffbc8c59dd4864a34d458 /manifest-reference.md | |
parent | 2c0975b729e173042bec227e10fb6bf40a1609dd (diff) | |
download | fpm-d407ee0b992dbcde8663c62c06e72f57ea0691a9.tar.gz fpm-d407ee0b992dbcde8663c62c06e72f57ea0691a9.zip |
Update manifest-reference.md
Co-authored-by: Milan Curcic <caomaco@gmail.com>
Diffstat (limited to 'manifest-reference.md')
-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. |