Skip to content

Commit 67c9672

Browse files
committedApr 1, 2024·
Improve library description
1 parent dda2004 commit 67c9672

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

Diff for: ‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<a href="https://github.com/php-type-language/phpdoc/actions"><img src="https://github.com/php-type-language/phpdoc/workflows/tests/badge.svg"></a>
1515
</p>
1616

17-
The PHP reference implementation for Type Language PhpDoc Parser.
17+
Reference implementation for TypeLang PhpDoc Parser.
1818

1919
Read [documentation pages](https://phpdoc.io) for more information.
2020

2121
## Installation
2222

23-
Type Language PHPDoc Parser is available as Composer repository and can
23+
TypeLang PHPDoc Parser is available as Composer repository and can
2424
be installed using the following command in a root of your project:
2525

2626
```sh

Diff for: ‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "type-lang/phpdoc",
33
"type": "library",
4-
"description": "PHPDoc",
4+
"description": "Library for recognizing PhpDoc annotations in PHP DocBlock comments",
55
"keywords": ["language", "php", "phpdoc", "docblock", "tags", "dictionary"],
66
"license": "MIT",
77
"support": {

0 commit comments

Comments
 (0)
Please sign in to comment.