diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -10,14 +10,3 @@
 E.g., `(()(()` and `())(())()` are **not** Dyck words.
 
 When regarded as a combinatorial class &ndash; with the size of a word defined as the number of bracket pairs it contains &ndash; the counting sequence associated with the Dyck language is the *Catalan numbers*.
-
-| Size | Count | Words                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| ---  | ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| 0    | 1     | &epsilon;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| 1    | 1     | &#10216;&#10217;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| 2    | 2     | &#10216;&#10217;&#10216;&#10217; &#10216;&#10216;&#10217;&#10217;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| 3    | 5     | &#10216;&#10217;&#10216;&#10217;&#10216;&#10217; &#10216;&#10217;&#10216;&#10216;&#10217;&#10217; &#10216;&#10216;&#10217;&#10217;&#10216;&#10217; &#10216;&#10216;&#10217;&#10216;&#10217;&#10217; &#10216;&#10216;&#10216;&#10217;&#10217;&#10217;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| 4    | 14    | &#10216;&#10217;&#10216;&#10217;&#10216;&#10217;&#10216;&#10217; &#10216;&#10217;&#10216;&#10217;&#10216;&#10216;&#10217;&#10217; &#10216;&#10217;&#10216;&#10216;&#10217;&#10217;&#10216;&#10217; &#10216;&#10217;&#10216;&#10216;&#10217;&#10216;&#10217;&#10217; &#10216;&#10217;&#10216;&#10216;&#10216;&#10217;&#10217;&#10217; &#10216;&#10216;&#10217;&#10217;&#10216;&#10217;&#10216;&#10217; &#10216;&#10216;&#10217;&#10217;&#10216;&#10216;&#10217;&#10217; &#10216;&#10216;&#10217;&#10216;&#10217;&#10217;&#10216;&#10217; &#10216;&#10216;&#10216;&#10217;&#10217;&#10217;&#10216;&#10217; &#10216;&#10216;&#10217;&#10216;&#10217;&#10216;&#10217;&#10217; &#10216;&#10216;&#10217;&#10216;&#10216;&#10217;&#10217;&#10217; &#10216;&#10216;&#10216;&#10217;&#10217;&#10216;&#10217;&#10217; &#10216;&#10216;&#10216;&#10217;&#10216;&#10217;&#10217;&#10217; &#10216;&#10216;&#10216;&#10216;&#10217;&#10217;&#10217;&#10217; |
-| 5    | 42    | &#10216;&#10217;&#10216;&#10217;&#10216;&#10217;&#10216;&#10217;&#10216;&#10217; &#10216;&#10217;&#10216;&#10217;&#10216;&#10217;&#10216;&#10216;&#10217;&#10217; &#10216;&#10217;&#10216;&#10217;&#10216;&#10216;&#10217;&#10217;&#10216;&#10217; &#10216;&#10217;&#10216;&#10217;&#10216;&#10216;&#10217;&#10216;&#10217;&#10217; &#10216;&#10217;&#10216;&#10217;&#10216;&#10216;&#10216;&#10217;&#10217;&#10217; &hellip;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| 6    | 132   | &hellip;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-
diff --git a/dyckword.cabal b/dyckword.cabal
--- a/dyckword.cabal
+++ b/dyckword.cabal
@@ -1,5 +1,5 @@
 name:                dyckword
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            A library for working with binary Dyck words.
 description:
     The binary Dyck language consists of all strings of evenly balanced left 
