Skip to content

Commit 7797fb8

Browse files
committed
updated README.md
1 parent 059ed2e commit 7797fb8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ But as of now it is a completely new project with different design principles
2121

2222
### Demo video
2323

24-
Currently it has basic completion for classes and methods based on doc comments
25-
and methods signature.
26-
2724
Watch this short video to see what it can already do(image is clickable)
2825
[![ScreenShot](http://i1.ytimg.com/vi/Y54P2N1T6-I/maxresdefault.jpg)](https://www.youtube.com/watch?v=Y54P2N1T6-I)
2926

@@ -32,7 +29,7 @@ Project
3229

3330
Padawan.php is an http server that parses your project and gives you
3431
completions.
35-
Padawan.php reads autoload classmap of a composer project, parses
32+
Padawan.php looks recursively for all php files of a composer project, parses
3633
doc-comments and function declarations of each class and creates an index
3734
from them. After that it autoupdates the index and gives you completion
3835
as you type.
@@ -64,7 +61,7 @@ Plugins for editors
6461

6562
If you wish to write your own plugin, vim plugin example may serve
6663
as a source of inspiration. Look at
67-
[wiki page](https://github.com/mkusher/padawan.php/wiki/Editor-plugins) for
64+
[wiki page](https://github.com/mkusher/padawan.php/wiki/Editors'-plugins) for
6865
some documentation.
6966
You are welcome to open an issue if you have any questions.
7067

0 commit comments

Comments
 (0)