Browse Source

1:修改README文档;

guiying712 8 years ago
parent
commit
d75dbeb4aa
1 changed files with 7 additions and 5 deletions
  1. 7 5
      README.md

+ 7 - 5
README.md

@@ -1,10 +1,12 @@
 
 # 应用截图
-![image](https://github.com/guiying712/AndroidModulePattern/blob/master/screenshots/Screenshot_1.png)
-
-![image](https://github.com/guiying712/AndroidModulePattern/blob/master/screenshots/Screenshot_2.png)
-
-![image](https://github.com/guiying712/AndroidModulePattern/blob/master/screenshots/Screenshot_3.png)
+<table>
+    <tr>
+        <td><img src="/screenshots/Screenshot_1.png"></td>
+        <td><img src="/screenshots/Screenshot_2.png"></td>
+        <td><img src="/screenshots/Screenshot_3.png"></td>
+    </tr>
+</table>
 
 # AndroidModulePattern
 Android项目组件化示例代码