Skip to content

Commit

Permalink
Fix quoting (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
AckslD authored Apr 16, 2021
1 parent a3276a4 commit 12038fb
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 @@ -96,7 +96,7 @@ nmap <leader>t <Plug>PlenaryTestFile
To run a whole directory from the command line, you could do something like:

```
nvim --headless -c 'PlenaryBustedDirectory tests/plenary/ {minimal_init = "tests/minimal_init.vim"}'
nvim --headless -c "PlenaryBustedDirectory tests/plenary/ {minimal_init = 'tests/minimal_init.vim'}"
```

Where the first argument is the directory you'd like to test. It will search for files with
Expand Down

0 comments on commit 12038fb

Please sign in to comment.