diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -3,4 +3,3 @@
 ```haskell
 atomically . cmap $ \(Position p, Velocity v) -> Position (v+p)
 ```
-Not included in the stack project until stm-containers (or similar) makes it into stackage.
diff --git a/apecs-stm.cabal b/apecs-stm.cabal
--- a/apecs-stm.cabal
+++ b/apecs-stm.cabal
@@ -1,5 +1,5 @@
 name:                apecs-stm
-version:             0.1.0
+version:             0.1.1
 homepage:            https://github.com/jonascarpay/apecs-stm#readme
 license:             BSD3
 license-file:        LICENSE
@@ -8,9 +8,9 @@
 category:            Game, Control, Data
 build-type:          Simple
 cabal-version:       >=1.10
-synopsis:            STM Stores for apecs
+synopsis:            STM stores for apecs
 description:
-  Apecs stores that live in the STM monad. These support easy concurrency without race conditions.
+  Apecs stores that live in the STM monad, and other tools.
 
 extra-source-files:
   README.md,
