Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg authored Jan 16, 2024
1 parent e0a51da commit 0fee120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Some features like callbacks, links and references to external documents/objects
PHP Swagger Test can help you to test your REST Api. You can use this tool both for Unit Tests or Functional Tests.

This tool reads a previously Swagger JSON file (not YAML) and enables you to test the request and response.
You can use the tool "<https://github.com/zircote/swagger-php>" for creating the JSON file when you are developing your
You can use the tool "[https://github.com/zircote/swagger-php](https://github.com/zircote/swagger-php)" for creating the JSON file when you are developing your
rest API.

The ApiTestCase's assertion process is based on throwing exceptions if some validation or test failed.
Expand Down Expand Up @@ -64,4 +64,4 @@ flowchart TD
byjg/swagger-test --> byjg/webrequest
```
----
[Open source ByJG](http://opensource.byjg.com)
[Open source ByJG](http://opensource.byjg.com)

0 comments on commit 0fee120

Please sign in to comment.