Skip to content

Commit

Permalink
docs: correct comparison block.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Lapkovsky committed Dec 20, 2023
1 parent c793b27 commit 2c8e02a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2c8e02a

Please sign in to comment.