From 59432cf6ff018f0fc88d9bc01578beeea6aab45b Mon Sep 17 00:00:00 2001 From: Valentin Udaltsov Date: Mon, 27 Feb 2023 03:43:09 +0300 Subject: [PATCH] Added installation chapter to README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b164452..d768feb 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# PHP Extended Type System • Reflection +# PHP Extended Type System • Type Reflection + +## Installation + +``` +composer require php-extended-type-system/type-reflection +```