From df79d3012761b88f94434e14df0d2fbc33a46962 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Thu, 10 May 2012 14:16:10 +0200 Subject: [PATCH] Add URL to the API documentation to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 838c47202..395e1900d 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ I thought this library could benefit other Cocoa Touch applications so I open-so How To Use It ------------- +API documentation is available at [http://hackemist.com/SDWebImage/doc/](http://hackemist.com/SDWebImage/doc/) + ### Using UIImageView+WebCache category with UITableView Just #import the UIImageView+WebCache.h header, and call the setImageWithURL:placeholderImage: