diff --git a/README.md b/README.md
index 46cfda5..593fc4d 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,14 @@
# vss
-Easy-to-use static site generator
+vss is an easy to use static site generator.
+With `layout/index.html`, Markdown content, and a little configuration, you can easily build your website!
-
+- **Easy** to use
+- Create site content with **Markdown**
+
+
+
+

@@ -11,10 +17,6 @@ Easy-to-use static site generator
vss is still under development and the API is not stable.
Be aware that destructive changes will be made if you use it!
-## Feature
-
-- Easy to use
-- Create site content with markdown
## Installation
@@ -43,11 +45,6 @@ Currently, be sure to configure the following
.
├── about.md
├── config.toml
-├── dist
-│ ├── css
-│ │ └── main.css
-│ └── js
-│ └── main.js
├── index.md
├── layouts
│ └── index.html