summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-12-16 10:13:49 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2019-12-16 10:13:49 -0500
commit93093f5a220582ade7e51008d6c234a508381089 (patch)
treec871a5b832417bc06a0da7a163db742df4a8394e /README.md
parent11dee9f0ce8f4e907379338ace7b808e80efe929 (diff)
updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9cbfa2b..548de39 100644
--- a/README.md
+++ b/README.md
@@ -77,10 +77,12 @@ See `main.c` for a bit more information.
Here are the major versions of `toc`.
-| Version | Description | Date |
-| ------- | ----------- | ---- |
-| 0.0 | Initial version. | 2019 Dec 6 |
-| 0.1 | Constant parameter inference. | 2019 Dec 15 |
+<table>
+<tr><th>Version</th><th>Description</th><th>Date</th></tr>
+<tr><td>0.0</td><td>Initial version.</td><td>2019 Dec 6</td></tr>
+<tr><td>0.1</td><td>Constant parameter inference.</td><td>2019 Dec 15</td></tr>
+<tr><td>0.1.1</td><td>Better constant parameter inference.</td><td>2019 Dec 16</td></tr>
+</table>
---