Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
#37: fix config section
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Seifert committed May 7, 2019
1 parent ef9e567 commit b7dbbf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -45,7 +45,7 @@ The config file has two main components:

The following options are available in the `config.js` file:

´´´
```
{
defaultUser: {
firstName: 'New', // required
Expand All @@ -65,7 +65,7 @@ The following options are available in the `config.js` file:
localPath: '' // required; using Node's 'path' module is recommended (see config.example.js)
}
}
´´´
```

An example for a git repository with ssh:

Expand Down

0 comments on commit b7dbbf6

Please sign in to comment.