diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# structural-json
+# Jet - A Structural JSON editor
 
 <!-- toc GFM -->
 
@@ -10,7 +10,7 @@
 
 <!-- tocstop -->
 
-A structural editor for JSON.
+Jet is a structural editor for JSON.
 
 I.e. an editor which is aware of the *structure* of JSON and allows you to manipulate it directly.
 The document is _always_ in a valid state.
@@ -35,7 +35,7 @@
 # Installation
 
 ```shell
-cabal install jet
+cabal update && cabal install jet
 ```
 
 # Usage
diff --git a/jet.cabal b/jet.cabal
--- a/jet.cabal
+++ b/jet.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           jet
-version:        0.0.0.1
+version:        0.0.0.2
 description:    Please see the README on GitHub at <https://github.com/ChrisPenner/jet#readme>
 homepage:       https://github.com/ChrisPenner/jet#readme
 bug-reports:    https://github.com/ChrisPenner/jet/issues
@@ -66,7 +66,7 @@
     , prettyprinter
     , prettyprinter-ansi-terminal
     , recursion-schemes
-    , recursive-zipper ==0.0.0.0
+    , recursive-zipper >=0.0
     , scientific
     , text
     , text-zipper
@@ -119,7 +119,7 @@
     , prettyprinter
     , prettyprinter-ansi-terminal
     , recursion-schemes
-    , recursive-zipper ==0.0.0.0
+    , recursive-zipper >=0.0
     , scientific
     , text
     , text-zipper
@@ -173,7 +173,7 @@
     , prettyprinter
     , prettyprinter-ansi-terminal
     , recursion-schemes
-    , recursive-zipper ==0.0.0.0
+    , recursive-zipper >=0.0
     , scientific
     , text
     , text-zipper
