From 1a965fe0f7d2b6aba5b8f15cd6887cfad510cbe7 Mon Sep 17 00:00:00 2001 From: Kirill Nesmeyanov Date: Tue, 2 Apr 2024 01:08:26 +0300 Subject: [PATCH] Improve library description --- README.md | 6 +++--- composer.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12910d2..c654d02 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,16 @@

-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 diff --git a/composer.json b/composer.json index 31d556c..c96ad42 100644 --- a/composer.json +++ b/composer.json @@ -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": {