From df81181bb89d149076b306c08642996634fdb316 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 5 Sep 2020 22:40:32 +0200 Subject: [PATCH] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9c8fd7..0f1a96a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a transpiler that will allow native usage of php8 features and especiall The transpiler will seamlessly hook into composer to transpile the package (and all dependencies down the current branch of the dependency tree!) on installation, on the user's machine, targeting the user's specific php version (or another one specified in the config). -This project is mostly ready, but I would love some feedback on design and APIs. +This project is mostly ready, and I would love some feedback on design and APIs. Created by [Daniil Gentili](https://daniil.it)