Skip to content

Commit 5d0bad4

Browse files
committed
update README.md
1 parent 5d7a9a6 commit 5d0bad4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ composer require xdevor/composer-parser
2222
...
2323
use Xdevor\ComposerParser\Parser;
2424
...
25-
// 1. parse specific installed package by key
2625
(new Parser())->parse('the/package', 'name'); // return name of the package
2726
(new Parser())->parse('the/package', 'authors.0.name'); // return the first author name
2827
(new Parser())->parse('the/package', 'not_exist_key'); // return null if key not exist

0 commit comments

Comments
 (0)