From b8ef58e1329c27f4089dfc3d526436169b47e426 Mon Sep 17 00:00:00 2001 From: IgorMino Date: Wed, 28 May 2025 18:12:54 +0200 Subject: [PATCH] added code types into README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2ee976..216cb2c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A set of tools to simplify the work of creating backend APIs for your frontend p For example, we create an API for calculator. So we create class `APIcalculator` and store in file `test/APIcalculator.php` where we defined each actions for API as public method. -``` +```php