diff --git a/README.md b/README.md index c0b02f7d0..869f730d6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ MagicalRecord was inspired by the ease of Ruby on Rails' Active Record fetching. 1. In your XCode Project, add all the .h and .m files from the *Source* folder into your project. 2. Add *CoreData+MagicalRecord.h* file to your PCH file or your AppDelegate file. -3. Optionally add `#define MR_SHORTHAND` to your PCH file if you want to use shorthand like `findAll` instead of `MR_findAll` +3. Optionally preceed the *CoreData+MagicalRecord.h* import with `#define MR_SHORTHAND` to your PCH file if you want to use MagicalRecord methods without the *MR_prefix* like `findAll` instead of `MR_findAll` 4. Start writing code! # Notes