diff --git a/README.md b/README.md
index 7a7fea46..e7bb5be9 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,14 @@ Hi, this library is being re-written — please check the `wip` branch + [`TODO.
+try out the wip version of the library:
+
+```
+npm install react-native-ios-modal@2.0.0-0
+```
+
+
+
A react-native component for displaying a modal on iOS by natively wrapping a react-native view inside a `UIViewController` and presenting it.
* Since this is just using a `UIViewController`, this component also supports setting the`UIModalPresentationStyle` and `UIModalTransitionStyle`.
* Supports setting `isModalInPresentation` and separately disabling the native swipe down gesture when the modal is using `pageSheet` `modalPresentationStyle`.