Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Aug 18, 2018
1 parent 7da4374 commit dc507ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
implementation 'me.jessyan:autosize:0.6.0'
```

## Usage
## Usage (just two steps)
### Step 1
* **In AndroidManifest:**
* **Initialize in AndroidManifest:**
```xml
<manifest>
<application>
Expand All @@ -83,7 +83,7 @@
```

### Step 2
* **In Application:**
* **Initialize in Application:**
```java
public class BaseApplication extends Application {
@Override
Expand Down

0 comments on commit dc507ff

Please sign in to comment.