summaryrefslogtreecommitdiff
path: root/docs/markdown/External-Project-module.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/External-Project-module.md')
-rw-r--r--docs/markdown/External-Project-module.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/External-Project-module.md b/docs/markdown/External-Project-module.md
index f0bf2f7e5..615c6c117 100644
--- a/docs/markdown/External-Project-module.md
+++ b/docs/markdown/External-Project-module.md
@@ -114,7 +114,7 @@ project('My Autotools Project', 'c',
meson_version : '>=0.56.0',
)
-mod = import('unstable_external_project')
+mod = import('unstable-external_project')
p = mod.add_project('configure',
configure_options : ['--prefix=@PREFIX@',