Skip to content

Commit 2669bf2

Browse files
authored
Merge pull request #581 from steveukx/fix/config-docs
fix: Update configuration documentation
2 parents 4443fd8 + 30523df commit 2669bf2

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
@@ -45,7 +45,7 @@ Configure each `simple-git` instance with a properties object passed to the main
4545
```typescript
4646
import simpleGit, { SimpleGit, SimpleGitOptions } from 'simple-git';
4747

48-
const options: SimpleGitOptions = {
48+
const options: Partial<SimpleGitOptions> = {
4949
baseDir: process.cwd(),
5050
binary: 'git',
5151
maxConcurrentProcesses: 6,

0 commit comments

Comments
 (0)