diff --git a/README.md b/README.md
index a2b8826..4789b92 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,12 @@
This is a React Native Date Picker with following main features:
-📱 Supporting iOS and Android
+📱 Supports iOS, Android and Expo
🕑 3 different modes: Time, Date, DateTime
🌍 Various languages
🎨 Customizable
🖼 Modal or Inlined
-## Update 4.0.0
-
-- ✅ No breaking changes
-
-- New feature: Modal mode
-
## Modal
The first option is to use the built-in modal. See code.
@@ -31,7 +25,7 @@ The first option is to use the built-in modal. See co
## Inlined
-The second option is to use the inlined picker. For instance in a view or a custom made modal. See code.
+The second option is to use the inlined picker. Place it in a View or a custom made modal. See code.