Skip to content

Commit 1a965fe

Browse files
committed
Improve library description
1 parent 45b4c64 commit 1a965fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

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

19-
**Type Language** is a declarative type language inspired by static analyzers
19+
**TypeLang** is a declarative type language inspired by static analyzers
2020
like [PHPStan](https://phpstan.org/) and [Psalm](https://psalm.dev/docs/).
2121

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

2424
## Installation
2525

26-
Type Language Parser is available as Composer repository and can be installed
26+
TypeLang Parser is available as Composer repository and can be installed
2727
using the following command in a root of your project:
2828

2929
```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/parser",
33
"type": "library",
4-
"description": "PHP Type Language reference implementation",
4+
"description": "Library for parsing and validating TypeLang syntax and converting it into AST nodes",
55
"keywords": ["parser", "language", "php", "phpdoc"],
66
"license": "MIT",
77
"support": {

0 commit comments

Comments
 (0)