diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -57,11 +57,11 @@
 ## Setting Properties
 
 Once you have your properties defined you'll want to apply them to elements. For
-this you can use `setProps` which can be used with Threepenny's reverse function
+this you can use `setFlex` which can be used with Threepenny's reverse function
 application operator `#`:
 
 ``` Haskell
-UI.div # set UI.text "foo" # setProps (order 1)
+UI.div # set UI.text "foo" # setFlex (flexGrow 1)
 ```
 
 You can also convert `ParentProps` or `ChildProps` to a `[(String, String)]`
diff --git a/threepenny-gui-flexbox.cabal b/threepenny-gui-flexbox.cabal
--- a/threepenny-gui-flexbox.cabal
+++ b/threepenny-gui-flexbox.cabal
@@ -1,5 +1,5 @@
 name:                threepenny-gui-flexbox
-version:             0.4.1
+version:             0.4.2
 synopsis:            Flexbox layouts for Threepenny-gui.
 homepage:            https://github.com/barischj/threepenny-gui-flexbox
 license:             BSD3
