diff --git a/README.md b/README.md
index 38dd0c9d..5c9ca49a 100644
--- a/README.md
+++ b/README.md
@@ -47,30 +47,6 @@ You can see the use cases of this library in the repositories below:
- [skydoves/DisneyCompose](https://github.com/skydoves/disneycompose): 🧸 A demo Disney app using Jetpack Compose and Hilt based on modern Android tech-stacks and MVVM architecture.
- [skydoves/MovieCompose](https://github.com/skydoves/MovieCompose): 🎞 A demo movie app using Jetpack Compose and Hilt based on modern Android tech stacks.
-## SNAPSHOT
-
-See how to import the snapshot
-
-### Including the SNAPSHOT
-[![Landscapist](https://img.shields.io/static/v1?label=snapshot&message=landscapist&logo=apache%20maven&color=C71A36)](https://oss.sonatype.org/content/repositories/snapshots/com/github/skydoves/landscapist/)
-Snapshots of the current development version of Landscapist are available, which track [the latest versions](https://oss.sonatype.org/content/repositories/snapshots/com/github/skydoves/landscapist/).
-
-To import snapshot versions on your project, add the code snippet below on your gradle file:
-```Gradle
-repositories {
- maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
-}
-```
-
-Next, add the dependency below to your **module**'s `build.gradle` file:
-```gradle
-dependencies {
- implementation "com.github.skydoves:landscapist-glide:2.3.2-SNAPSHOT"
-}
-```
-