Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 2ef5c02

Browse files
authored
Merge pull request #103 from jaredh159/patch-1
2 parents 4d8ba7f + 2647389 commit 2ef5c02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ Sometimes this method needs to write to a `tmpDir`. By default `tmpDir` is a fol
164164
The following paths can be passed in the options:
165165

166166
- `configPath` (path to a `netlify.toml` file that includes redirect rules for the deploy, etc.)
167-
- `functionsDir` (a folder with lambda functions to deploy)
167+
- `fnDir` (a folder with lambda functions to deploy)
168168

169169
Optional `opts` include:
170170

171171
```js
172172
{
173-
functionsDir: null, // path to a folder of functions to deploy
173+
fnDir: null, // path to a folder of functions to deploy
174174
configPath: null, // path to a netlify.toml file to include in the deploy (e.g. redirect support for manual deploys)
175175
draft: false, // draft deploy or production deploy
176176
message: undefined, // a short message to associate with the deploy

0 commit comments

Comments
 (0)