diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -21,16 +21,16 @@
 
 Here are a few simple command examples:
 
-<table>
-<tr><th> Bash + GNU tools</th><th>shsh</th></tr>
-<tr><td>`echo "Hello, World!"`</td><td>`echo "Hello, World!\n"`</td></tr>
-<tr><td>`wc -c`</td><td>`count | show | concatenate`</td></tr>
-<tr><td>`wc -l`</td><td>`foreach line then substitute x else suppress end | count | show | concatenate`</td></tr>
-<tr><td>`grep "foo"`</td><td>`foreach line having substring "foo" then append "\n" else suppress end`</td></tr>
-<tr><td>`sed "s:foo:bar:"`</td><td>`foreach substring "foo" then substitute "bar" end`</td></tr>
-<tr><td>`sed "s:foo:[\\&]:"`</td><td>`foreach substring "foo" then prepend "[" | append "]" end`</td></tr>
-<tr><td>`sed "s:foo:[\\&, \\&]:"`</td><td>`foreach substring "foo" then id; echo ", "; id end`</td></tr>
-</table>
+     Bash + GNU tools          shsh
+     ----------------          ----
+     echo "Hello, World!"      echo "Hello, World!\n"
+     wc -c                     count | show | concatenate
+     wc -l                     foreach line then substitute x else suppress end | count | show | concatenate
+     grep "foo"                foreach line having substring "foo" then append "\n" else suppress end
+     sed "s:foo:bar:"          foreach substring "foo" then substitute "bar" end
+     sed "s:foo:[\\&]:"        foreach substring "foo" then prepend "[" | append "]" end
+     sed "s:foo:[\\&, \\&]:"   foreach substring "foo" then id; echo ", "; id end
+
 
 ## Using the framework from Haskell
 
diff --git a/scc.cabal b/scc.cabal
--- a/scc.cabal
+++ b/scc.cabal
@@ -1,5 +1,5 @@
 Name:                scc
-Version:             0.8.3
+Version:             0.8.3.1
 Cabal-Version:       >= 1.10
 Build-Type:          Simple
 Synopsis:            Streaming component combinators
