m1entus / MZFormSheetPresentationController

MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
MIT License
974 stars 145 forks source link

incorrect instructions #102

Closed asehgal123 closed 8 years ago

asehgal123 commented 8 years ago

yo,

in readme.md installation instructions says to import using following line:

import <MZFormSheetPresentationController/MZFormSheetPresentationViewControllerFramework.h>

it should read as:

import <MZFormSheetPresentationController/MZFormSheetPresentationControllerFramework.h>

Spent an hour figuring out, why it wasn't finding the file. :)

m1entus commented 8 years ago

Can you correct it and make pr ?