diff --git a/README.md b/README.md
index 3a4f5eb..5bf5d10 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ towhee.glob('/Users/chenshiyu/workspace/data/pic/test.png') \
.show()
```
-
+
*Write a same pipeline with explicit inputs/outputs name specifications:*
@@ -34,7 +34,7 @@ towhee.glob['path']('/Users/chenshiyu/workspace/data/pic/test.png') \
.show()
```
-
+
## Factory Constructor