diff --git a/README.md b/README.md
index db18ad2..ec3c016 100644
--- a/README.md
+++ b/README.md
@@ -1,43 +1 @@
-
-
-
-
-
- What is this? •
- Features •
- Installation •
- Documentation •
- Live demo (with ReForm)
-
-
-
-## What is this? 💡
-ReSchema is a schema builder for ReScript. We created ReSchema to be deadly simple, leveraging ReScript's powerful typesytem.
-Schemas created with ReSchema are nothing more than constructors built-in in the language itself with a small size footprint.
-
-## Features ⚡
-- Schema validation using GADT's
-- Built-in validators
-- Type-safe validation
-- I18n support
-- Regex support
-- Custom validations
-
-## Installation 📦
-
-```sh
-yarn add @rescriptbr/reschema
-```
-and then, add `ReSchema` as a dependency in your `bsconfig.json`
-```js
-{
- ...
- "bs-dependencies": [
- "@rescriptbr/reschema"
- ],
-}
-```
-
-## Documentation 🔎
-- [Getting Started](./docs/1-getting-started.md)
-- [API Reference](./docs/2-api-reference.md)
+# This has been moved to the [ReForm monorepo](https://github.com/rescriptbr/reform/tree/master/packages/reschema)