diff --git a/README.md b/README.md
index 3b5aa65..0601bd4 100644
--- a/README.md
+++ b/README.md
@@ -1,58 +1,25 @@
-# CUVIMAKER - CV Maker
-
-An online cv maker made in astro with vuejs components using typescript and tailwind. With the Astro's island arquitecture we are able to combine SPA and SSG approaches.
-
-## 🚀 Project Structure
-
-Inside of your Astro project, you'll see the following folders and files:
-
-```
-/
-├── public/
-│ ├─── assets/
-│ | └── ...
-│ ├─── fonts/
-│ | └── ...
-├── src/
-│ ├─── components/
-| | ├─── app/
-| | | └── ...
-| | ├─── shared/
-| | | └── ...
-| ├─── layouts/
-| | └── ...
-| ├─── models/
-| | └── ...
-| ├─── pages/
-| | └── ...
-| ├─── styles/
-| | └── ...
-└── package.json
-```
-
-Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.
-
-There's nothing special about `src/components/`, but that's where we like to put any Astro/Vue components.
-
-Inside `src/components/` there are two folders: `src/components/app` and `src/components/shared`. Inside app are the business component. Inside shared are the component that can be used by any components and doesn't depend on the business data.
-
-Any static assets, like images, can be placed in the `public/` directory.
+# CUVIMAKER / CV Maker
-## 🧞 Commands
+An online cv maker web application used to design a custom curriculum vitae and save it in a pdf file.
-All commands are run from the root of the project, from a terminal:
+![Editor Example](./public/doc/Editor%20example.jpg)
+
+## 🧰 Features
-| Command | Action |
-| :--------------------- | :----------------------------------------------- |
-| `npm install` | Installs dependencies |
-| `npm run dev` | Starts local dev server at `localhost:3000` |
-| `npm run build` | Build your production site to `./dist/` |
-| `npm run preview` | Preview your build locally, before deploying |
-| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
-| `npm run astro --help` | Get help using the Astro CLI |
+- Light/dark mode
+- Local Storage
+- Responsive
+- PDF format
-## 👀 Want to learn more?
+## 🧞 Commands
+
+All commands are run from the root of the project, from a terminal:
-Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
+| Command | Action |
+| :---------------- | :------------------------------------------- |
+| `npm install` | Installs dependencies |
+| `npm run dev` | Starts local dev server at `localhost:3000` |
+| `npm run build` | Build your production site to `./dist/` |
+| `npm run preview` | Preview your build locally, before deploying |
diff --git a/public/doc/Editor example.jpg b/public/doc/Editor example.jpg
new file mode 100644
index 0000000..0a9a507
Binary files /dev/null and b/public/doc/Editor example.jpg differ
diff --git a/src/components/app/Preview/PreviewResume.vue b/src/components/app/Preview/PreviewResume.vue
index ac220f1..6c60718 100644
--- a/src/components/app/Preview/PreviewResume.vue
+++ b/src/components/app/Preview/PreviewResume.vue
@@ -13,7 +13,7 @@
/>
-
+