diff --git a/README.md b/README.md
index c70ce41..bff7580 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,41 @@
# json-schema-editor-vue
-## Project setup
+A json-schema editor of high efficient and easy-to-use, base on Vue
+### Usage
```
-npm install
+npm install json-schema-editor-vue
```
-### Compiles and hot-reloads for development
```
-npm run serve
+import JsonSchemaEditor from '../packages/index'
+Vue.use(JsonSchemaEditor)
+```
+```
+
+
+ ...
+
+ ...
+
+
+
+
```
-### Compiles and minifies for production
-```
-npm run build
-```
+Don't forget to star if it helped!
-### Lints and fixes files
-```
-npm run lint
-```
-
-### Customize configuration
-See [Configuration Reference](https://cli.vuejs.org/config/).
+如果对您有帮助,别忘记给个星哦
\ No newline at end of file