Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nanchen2251 committed Mar 17, 2017
1 parent 3abf9e6 commit 7028828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
```
#### 3、你也可以自定义属性
```java
File newFile = new Compressor.Builder(this)
  File newFile = new CompressHelper.Builder(this)
.setMaxWidth(720) // 默认最大宽度为720
.setMaxHeight(960) // 默认最大高度为960
.setQuality(80) // 默认压缩质量为80
Expand Down

0 comments on commit 7028828

Please sign in to comment.