aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a77c576..d3991af 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,10 @@ A package must be declared in the following format.
-- Defaults to whatever the remote configured as their HEAD, which is usually "master".
branch = "develop",
+ -- [string] Overrides the commit ref to target
+ -- Defaults to the latest commit on the current branch
+ commit = "e76cb03",
+
-- [boolean] Prevents the package from being loaded.
disable = true,