From ba57553301971ec3b56c610ccc5602faceb32af4 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 28 Jun 2020 12:04:41 +1000 Subject: [PATCH] Readme: document the branch parameter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03ef94d..ce33e13 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ Optional `opts` include: ```js { fnDir: null, // path to a folder of functions to deploy + branch: null, // branch to pass onto the netlify api configPath: null, // path to a netlify.toml file to include in the deploy (e.g. redirect support for manual deploys) draft: false, // draft deploy or production deploy message: undefined, // a short message to associate with the deploy