diff --git a/README.md b/README.md
index b1cd7a8..0b04dc0 100644
--- a/README.md
+++ b/README.md
@@ -1,331 +1,39 @@
-# TuiCss
-#### NOTE: This doc is out-of-date of master and corresponds to the v0.0.1-alpha release. It will be moved to repository wiki. Go to the Home page in the wiki for the updated documentation!!!
+#TuiCss
+### Text-based user interface CSS framework
---
+TuiCss is a framework focused to create web applications using an interface based in ASCII table, like MS-DOS applications. This kind of interface is very eligible because the ultra-contrast colors used and the less effects of the elements. The main framework thats is following to develop TuiCss is Turbo Vision Framework with some techniques with [box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character), but some others frameworks were checked too, like [curses](https://en.wikipedia.org/wiki/Curses_(programming_library)), [ncurses](https://en.wikipedia.org/wiki/Ncurses), [Newt](https://en.wikipedia.org/wiki/Newt_(programming_library)), etc. Check the [[Examples]] page to see some creations!
-Text-based user interface CSS framework
+
-TuiCss is a framework to create web applications using an interface based in ASCII text like MS-DOS applications. This kind of interface is very eligible because the ultra-contrast colors used. This framework was created following the Turbo Vision UI Framework and other applications based on TUI.
+### Wiki
+Check the (repository wiki)[https://github.com/vinibiavatti1/TuiCss/wiki] to access the components index, examples, styles, or to know how to contribute for this project.
-
-
-## Getting Started
-To use TuiCss, you have to download the TuiCss folder of the repository and import the tuicss.css to your html page using this tag:
+### Getting Started
+TuiCss needs the JQuery to works with the script. To import JQuery, you can download or get this from CDN. This is the import code using Jquery from CDN:
```html
-
+
```
-Don't forget to keep the images folder in the same folder of the css file because the css uses this folder as reference to get the images for some classes.
+To use TuiCss framework in your web application, you need just to import the files in your html pages. The files are in dist folder. The folder has this structure:
-## Components
+```
+dist
+ \- fonts
+ \- images
+ \- tuicss.css
+ \- tuicss.js
+ \- tuicss.min.css
+ \- tuicss.min.js
+```
-This is a simple doc for the avaiable components in the framework. For more details, download the repository and run example.html to check the full code.
-
-### Navbar
-
+Get this folder and put in you application structure. After this, choose the file to import (source or minified). This is an example of import code:
```html
-
+
+
```
-### Navbar Menu
-
+> The fonts folder needs to be in the same directory of imported css file. It is necessary if the main font was changed to "DOS" font in the variables.scss file. Check [[Custom Theme]] page for more details.
-```html
-