From f94ecf0600f7da1eb4edb1d7dceca86ec8e2ba9c 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 9b19972..aabbd12 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: