From 533a0eb913f832923a06ae69c8ab88ff5a93d6fb Mon Sep 17 00:00:00 2001 From: Luc-Edmond Gaspard Date: Fri, 26 Oct 2018 10:52:13 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fb7f00..b662101 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ About the enabled `contentMode`, you can learn more about this [here](https://de | loadingIndicator | Enable or disable the activity indicator when the download is in progress | `true` by default | | loadingIndicatorColor | change the loading indicator color | | | requestHeader | An object used to define extra http request header fields | | -| timeout | Set timeout for requests | | +| timeout | Set timeout for requests, in milliseconds | | | handleCookies | Enable cookie handling for remote images | | | enableMemoryCache | Enable or disable the memory cache mechanism | `true` by default and *Android only*, for iOS have a look to module properties [here](https://github.com/AndreaVitale/av.imageview#global-properties-ios-only) | | rounded | Enable or disable the circle transformation that automatically render the image as a perfect circle | Android only | @@ -126,7 +126,7 @@ About the enabled `contentMode`, you can learn more about this [here](https://de | setClipsToBound | Set the `clipToBounds` property | __iOS only__ | | setRequestHeader | Set the `requestHeader` property | | | setRounded | Set the `rounded` property | __Android only__ | -| setTimeout | Set timeout for requests | | +| setTimeout | Set timeout for requests, in milliseconds | | | getContentMode | Get the value of `contentMode` property | | getLoadingIndicator | Get the value of `loadingIndicator` property | | | getLoadingIndicatorColor | Get the value of `loadingIndicatorColor` property | | @@ -135,7 +135,7 @@ About the enabled `contentMode`, you can learn more about this [here](https://de | getClipsToBound | Get the value of `clipToBounds` property | __iOS only__ | | getRequestHeader | Get the `requestHeader` property | | | getRounded | Get the `rounded` property | __Android only__ | -| getTimeout | Get current timeout of requests | | +| getTimeout | Get current timeout of requests, in milliseconds | | ### Events