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

Commit 0edf31b

Browse files
authored
Update README.md
1 parent f417b10 commit 0edf31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async function login () {
133133
#### `promise(deploy) = client.deploy(siteId, buildDir, [opts])`
134134

135135
**Node.js Only**: Pass in a `siteId`, a `buildDir` (the folder you want to deploy) and an options object to deploy the contents of that folder.
136-
Sometimes this method needs to write to a `tmpDir`. By default `tmpDir` is the default system default.
136+
Sometimes this method needs to write to a `tmpDir`. By default `tmpDir` is a folder in the system temporary directory.
137137

138138
The following paths can be passed in the options:
139139

0 commit comments

Comments
 (0)