diff --git a/README.md b/README.md
index 845b3f9..daafec9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# README
-FluentQA Workspace project is as A Project for QA:
+FluentQA Workspace project is JAVA Project includes:
+
1. Toolkits to handler QA Daily Work
2. Workspace Server for QA Daily Work
3. Learning JAVA in QA perspective
@@ -9,25 +10,37 @@ FluentQA Workspace project is as A Project for QA:
6. All Codes are Used for Real Cases
7. All libs have its purpose in QA Daily Work
+But Actually not only for QA, it also for anyone want to create
+JAVA Libs or Applications.
+
+## 1. Software QA: JAVA Revisited Overview
+
+**Automation Language Perspective**:
+
+
+**Different Libs Perspective**:
-## 1. JAVA Revisited Overview
-

## 1.1 QA Java frequent used libs
-### 1.1 OpenAPI Parser
-
-- []
+- [basic-libs](./components/fluent-builtin)
+- [excel-csv-operation](./components/fluent-excel)
+- [mindmap-operation](./components/fluent-mindmap)
+- [openapi-operations](./components/fluent-openapi)
+- [quick-database-operations](./components/fluent-quickdao)
+- [markdonw-operations](./components/fluentqa-md)
+- [testlibs](./components/fluent-testlibs)
### 2. Real Cases
+
## 2.1. How to Build a Just-Working Test Case System in one day
- [slides](https://fluentqa-revistied.netlify.app/present/tc-mgt-one-day/#/1)
## 3. Integration Libs
-- [integration with other application]http://github.com/fluent-qa/fluent-integrations.git)
+- [integration with other application](http://github.com/fluent-qa/fluent-integrations.git)
## stats
diff --git "a/img_\345\211\257\346\234\254.png" b/libs-concept.png
similarity index 100%
rename from "img_\345\211\257\346\234\254.png"
rename to libs-concept.png
diff --git a/pom.xml b/pom.xml
index 93bbd55..3c6fe9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,6 @@
server
components
-
diff --git a/img.png b/qa-automation.png
similarity index 100%
rename from img.png
rename to qa-automation.png