From 2c8e02abcc633f0a05715d26536f2dd0980123e5 Mon Sep 17 00:00:00 2001 From: Konstantin Lapkovsky Date: Wed, 20 Dec 2023 13:51:54 +0400 Subject: [PATCH] docs: correct comparison block. --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index d9c7402..19f2848 100644 --- a/readme.md +++ b/readme.md @@ -13,13 +13,13 @@ ## Comparison to another documentation generators -| | LaravelSwagger | Scramble | -|-|-|-| -| Force developers to write tests | + | - | -| Guarantee that API works | + | - | -| Integrate without routes modification | + | - | -| Generate response schema without using JSON Resource class | + | - | -| Need a sorage to save generated documentation | + | - | +| | LaravelSwagger | [Scramble](https://github.com/dedoc/scramble) | +|-|------------------------|----------------------------------------------| +| Force developers to write tests | :white_check_mark: | :x: | +| Guarantee that API works | :white_check_mark: | :x: | +| Integrate without routes modification | :white_check_mark: | :x: | +| Generate response schema using JSON Resource class | :x: | :white_check_mark: | +| Runtime documentation generation | :x: | :white_check_mark: | ## Introduction