Skip to content

Commit

Permalink
Merge pull request #581 from steveukx/fix/config-docs
Browse files Browse the repository at this point in the history
fix: Update configuration documentation
  • Loading branch information
steveukx committed Feb 19, 2021
2 parents 4443fd8 + 30523df commit 2669bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Configure each `simple-git` instance with a properties object passed to the main
```typescript
import simpleGit, { SimpleGit, SimpleGitOptions } from 'simple-git';

const options: SimpleGitOptions = {
const options: Partial<SimpleGitOptions> = {
baseDir: process.cwd(),
binary: 'git',
maxConcurrentProcesses: 6,
Expand Down

0 comments on commit 2669bf2

Please sign in to comment.