Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wildma authored Feb 18, 2020
1 parent ebe650b commit 97f9b4f
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 @@ -72,7 +72,7 @@ dependencies {
```

##### 清理缓存
实际开发中将图片上传到服务器成功后需要删除全部缓存图片(即裁剪后的无用图片)调用如下方法即可:
实际开发中将图片上传到服务器成功后需要删除全部缓存图片(即裁剪后的无用图片)调用如下方法即可:
```java
FileUtils.deleteAllCacheImage(this);
```
Expand Down

0 comments on commit 97f9b4f

Please # to comment.