diff --git a/README.md b/README.md
index b512e068..188a3558 100644
--- a/README.md
+++ b/README.md
@@ -51,22 +51,10 @@ import Slider from '@react-native-community/slider';
Check out the [example project](example) for more examples.
----
-
-**Migrating from the core `react-native` module**
-
-This module was created when the Slider was split out from the core of React Native.
-
To migrate to this module you need to follow the installation instructions above and then change you imports from:
-
-```javascript
-import { Slider } from 'react-native';
-```
-
-to:
+### Reach out on Discord
-```javascript
-import Slider from '@react-native-community/slider';
-```
+If you have any questions, issues or any other topic that you need an advise in, reach out to us on our channel on Discord under this 👉 [link](https://discord.com/channels/426714625279524876/1339942689524678737).
+
See you there!
## React Native Compatibility
To use this library you need to ensure you are using the correct version of React Native.