more readable

This commit is contained in:
jianlin 2012-09-02 03:40:21 -07:00
parent 38f5acdb69
commit e728b29170
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ In the "Search Paths" section, locate "Header Search Paths" (and not "User Heade
### Import headers in your source files
In the source files where you need to use the library, add the `#import` line:
In the source files where you need to use the library, import the header file:
```objective-c
#import <SDWebImage/UIImageView+WebCache.h>