Skip to content

Commit 3ae274d

Browse files
author
Kirill Nesmeyanov
committed
Improve library description
1 parent a4ef8c6 commit 3ae274d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

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

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

1919
## Resources
2020

2121
- [Documentation](https://phpdoc.io)
2222

2323
## Installation
2424

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

2828
```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/printer",
33
"type": "library",
4-
"description": "PHP Types Printer",
4+
"description": "Library for rendering TypeLange AST nodes into it's string representation",
55
"keywords": ["printer", "language", "php", "printer", "render"],
66
"license": "MIT",
77
"support": {

0 commit comments

Comments
 (0)