aboutsummaryrefslogtreecommitdiff
path: root/GETTING_STARTED.md
diff options
context:
space:
mode:
Diffstat (limited to 'GETTING_STARTED.md')
-rw-r--r--GETTING_STARTED.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md
index 621471e..516122e 100644
--- a/GETTING_STARTED.md
+++ b/GETTING_STARTED.md
@@ -239,7 +239,7 @@ In your `build.rs`, generate the shell scripts:
```rust
// BUILD TIME
-// Features: ["comp", "builds"]
+// Features: ["comp", "build"]
mingling::build::build_comp_scripts(env!("CARGO_PKG_NAME")).unwrap();
```