Skip to content

Commit 0fee120

Browse files
authored
Update Docs
1 parent e0a51da commit 0fee120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Some features like callbacks, links and references to external documents/objects
1414
PHP Swagger Test can help you to test your REST Api. You can use this tool both for Unit Tests or Functional Tests.
1515

1616
This tool reads a previously Swagger JSON file (not YAML) and enables you to test the request and response.
17-
You can use the tool "<https://github.com/zircote/swagger-php>" for creating the JSON file when you are developing your
17+
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
1818
rest API.
1919

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

0 commit comments

Comments
 (0)