Skip to content

Commit fab92ce

Browse files
author
Kirill Nesmeyanov
committed
Improve library description
1 parent be1ed4e commit fab92ce

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
<a href="https://github.com/php-type-language/reader/actions"><img src="https://github.com/php-type-language/reader/workflows/tests/badge.svg"></a>
1515
</p>
1616

17-
Provides a set of methods for converting PHP reflection objects into the
18-
Type Language AST nodes.
17+
Provides a set of methods for converting PHP Reflection objects into the
18+
TypeLang AST Nodes.
1919

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

2222
## Installation
2323

24-
Type Language Reflection Converter is available as Composer repository and can
24+
TypeLang Reader is available as Composer repository and can
2525
be installed using the following command in a root of your project:
2626

2727
```sh

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "type-lang/reader",
33
"type": "library",
4-
"description": "PHP Type Language reflection converter",
4+
"description": "Library for reading TypeLang AST nodes from types exposed by PHP Reflection objects",
55
"keywords": ["converter", "language", "php", "parser", "reflection"],
66
"license": "MIT",
77
"support": {

0 commit comments

Comments
 (0)