Skip to content

Commit

Permalink
Improve library description
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Apr 1, 2024
1 parent 45b4c64 commit 1a965fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
<a href="https://github.com/php-type-language/parser/actions"><img src="https://github.com/php-type-language/parser/workflows/tests/badge.svg"></a>
</p>

The PHP reference implementation for Type Language Parser.
Reference implementation for TypeLang Parser.

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

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

## Installation

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

```sh
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "type-lang/parser",
"type": "library",
"description": "PHP Type Language reference implementation",
"description": "Library for parsing and validating TypeLang syntax and converting it into AST nodes",
"keywords": ["parser", "language", "php", "phpdoc"],
"license": "MIT",
"support": {
Expand Down

0 comments on commit 1a965fe

Please sign in to comment.