Skip to content

Commit

Permalink
Fix typo in README for --generate-linuxmain
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Nov 7, 2018
1 parent 0a8d5cf commit ade9aec
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 @@ -69,7 +69,7 @@ autocmd FileType swift nmap <leader>t <Plug>(swift-spm-test)
autocmd FileType swift nmap <leader>ft <Plug>(swift-spm-test-function-only)
" Run swift package generate-xcodeproj
autocmd FileType swift nmap <leader>sgx <Plug>(swift-spm-generate-xcodeproj)
" Run swift test --generate-linux-main
" Run swift test --generate-linuxmain
autocmd FileType swift nmap <leader>sgl <Plug>(swift-spm-test-generate-linuxmain)
" Run SwiftFormat on save.
Expand Down

0 comments on commit ade9aec

Please sign in to comment.