Skip to content

Commit

Permalink
fixed typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkusher committed Aug 13, 2015
1 parent 8c90c3f commit bba4550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ let g:padawan#timeout = 0.1
```
It will set timeout to 100 ms.

Autocomplet engines
Autocomplete engines
-------------------

### YouCompleteMe
### [YouCompleteMe](https://github.com/Valloric/YouCompleteMe)

You should set semantic triggers like
```vim
Expand All @@ -94,7 +94,7 @@ let g:ycm_semantic_triggers.php =
\ ['->', '::', '(', 'use ', 'namespace ', '\']
```

### Neocomplete
### [Neocomplete](https://github.com/Shougo/neocomplete.vim)

You should set omni input patterns like
```vim
Expand Down

0 comments on commit bba4550

Please sign in to comment.