diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -201,7 +201,7 @@
 main :: IO ()
 main = do
     env <- defaultClient --localhost 9000
-    res <- query "SHOW TABLES" env
+    res <- query env "SHOW TABLES" 
     print res
 ```
 stdout:
diff --git a/clickhouse-haskell.cabal b/clickhouse-haskell.cabal
--- a/clickhouse-haskell.cabal
+++ b/clickhouse-haskell.cabal
@@ -1,8 +1,8 @@
 cabal-version:  1.12
 name:           clickhouse-haskell
-version:        0.1.2.0
+version:        0.1.2.1
 synopsis:       A Haskell library as database client for Clickhouse
-homepage:       https://github.com/MaboroshiChan/clickhouse-haskell/blob/master/README.md
+homepage:       https://github.com/2049foundation/clickhouse-haskell/
 bug-reports:    https://github.com/2049foundation/clickhouse-haskell/issues
 author:         Shi You
 maintainer:     youshi@emqx.io
@@ -25,7 +25,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/MaboroshiChan/clickhouse-haskell
+  location: https://github.com/2049foundation/clickhouse-haskell
 
 library
   exposed-modules:
