diff --git a/README.md b/README.md index 426c1ee..50c2439 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,22 @@ # pure-state-layout PureStateLayout +完美的状态控制布局 -# 添加依赖 +# 如何使用 ## 1.在根目录的build.gradle中添加如下代码: ```java allprojects { - repositories { - ... - maven { url 'https://jitpack.io' } - } - } + repositories { + ... + maven { url 'https://jitpack.io' } + } +} ``` ## 2.添加依赖 ```java dependencies { - compile 'com.github.laucherish:pure-state-layout:1.3.0' - } + compile 'com.github.laucherish:pure-state-layout:1.3.0' +} ``` \ No newline at end of file