Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nkovshov committed Jun 9, 2017
1 parent 4f259bb commit 891d9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ completion.on('repo', ({ before, reply }) => {
completion.init()

// If you want to have a setup feature, you can use `omeletteInstance.setupShellInitFile()` function.
if (~process.argv.indexOf('--setup') {
if (~process.argv.indexOf('--setup')) {
completion.setupShellInitFile()
}

Expand Down

0 comments on commit 891d9bf

Please sign in to comment.