Skip to content

Commit 521eb35

Browse files
committed
Update Readme
1 parent 035f3bf commit 521eb35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ UIL aims to provide a powerful, flexible and highly customizable instrument for
1010
* **New API:** `DisplayImageOptions.targetSize(ImageSize)`
1111
* HTTP cache support
1212
* Consider `BitmapFactory.Options.inBitmap`
13-
* `ImageLoader.loadImageSync()` fix
1413
* Time-to-live option for files in LruDiskCache
1514

1615
## Features
@@ -152,7 +151,7 @@ DisplayImageOptions options = new DisplayImageOptions.Builder()
152151
``` java
153152
String imageUri = "http://site.com/image.png"; // from Web
154153
String imageUri = "file:///mnt/sdcard/image.png"; // from SD card
155-
String imageUri = "content://media/external/audio/albumart/13"; // from content provider
154+
String imageUri = "content://media/external/audio/albumart/1"; // from content provider
156155
String imageUri = "assets://image.png"; // from assets
157156
String imageUri = "drawable://" + R.drawable.img; // from drawables (non-9patch images)
158157
```

0 commit comments

Comments
 (0)