Skip to content

Commit

Permalink
Update MR_SHORTHAND installation note to match main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Maxwell committed Jul 22, 2012
1 parent 944345c commit 222c956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 222c956

Please sign in to comment.