diff --git a/README.md b/README.md index 57a9773..2d274e0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # CleanHeaders -An Xcode plug-in to format your import headers in a systematic manner. It simply removes duplicates, spaces and sorts them alphabetically making it much more easier to read and avoid duplicate imports. Works with `@imports` and `#include` along with `#import`. - +An Xcode plug-in to format your import headers in a systematic manner. It simply removes duplicates, spaces and sorts them alphabetically making it much more easier to read and avoid duplicate imports. Works with `@imports`, `#include`, `#import` and `import`. ![Preview](https://raw.githubusercontent.com/insanoid/CleanHeaders-Xcode/master/diff_image.png)