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