diff --git a/README.org b/README.org
--- a/README.org
+++ b/README.org
@@ -5,10 +5,10 @@
   =snaplet-influxdb= provides a convenience interface to the Haskell
   InfluxDB package.
 
-  **NOTE:** this code only builds a pool with the one server
-  description provided in the config. When I get around to it the
-  configuration will be more advanced allowing you to specify a pool
-  of servers for the InfluxDB client to use.
+  *NOTE: this code only builds a pool with the one server description
+  provided in the config. When I get around to it the configuration
+  will be more advanced allowing you to specify a pool of servers for
+  the InfluxDB client to use.*
 
   Usage is simple, make sure you've configured the connections
   correctly in the InfluxDB snaplet:
diff --git a/snaplet-influxdb.cabal b/snaplet-influxdb.cabal
--- a/snaplet-influxdb.cabal
+++ b/snaplet-influxdb.cabal
@@ -1,5 +1,5 @@
 Name:                snaplet-influxdb
-Version:             1.0.0.0
+Version:             1.0.0.1
 Synopsis:            Snap framework snaplet for the InfluxDB library
 Homepage:            https://github.com/ixmatus/snaplet-influxdb
 License:             BSD3
diff --git a/src/Snap/Snaplet/InfluxDB.hs b/src/Snap/Snaplet/InfluxDB.hs
--- a/src/Snap/Snaplet/InfluxDB.hs
+++ b/src/Snap/Snaplet/InfluxDB.hs
@@ -44,7 +44,7 @@
 
 -- | Initialize the Influx Snaplet.
 initInflux :: SnapletInit b InfluxState
-initInflux = makeSnaplet "influx" description datadir $ do
+initInflux = makeSnaplet "influxdb" description datadir $ do
     p <- mkSnapletInfluxPool
 
     let (InfluxPool _ c) = p
