Skip to content

Commit c0c0843

Browse files
authored
Update README.md
1 parent c7f6dd0 commit c0c0843

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ FOSS python integration testing framework.
77

88
*Unlike* other testing frameworks these terse, simple, type-safe stories can, easily:
99

10-
* **autogenerate beautiful documentation** with a minimal amount of effort.
1110
* **rewrite themselves from program output**
11+
* **autogenerate beautiful documentation** with a minimal amount of effort.
1212

1313
<table>
14+
<tr>
15+
<td>Web (YAML story -> Markdown docs)</td>
16+
<td>REST API (story -> docs)</td>
17+
<td>Interactive CLI (story -> docs)</td>
18+
<td>Python API (story -> docs)</td>
19+
</tr>
1420
<tr>
1521
<td><img src="https://hitchdev.com/images/web-vertical.png" width="320" /> </td>
1622
<td><img src="https://hitchdev.com/images/rest-vertical.png" width="320" /></td>

0 commit comments

Comments
 (0)