Skip to content

Commit

Permalink
Minor Readme Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
casademora committed May 19, 2012
1 parent 944345c commit 38515e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -12,6 +12,9 @@ MagicalRecord was inspired by the ease of Ruby on Rails' Active Record fetching.
* Allow for clear, simple, one-line fetches * Allow for clear, simple, one-line fetches
* Still allow the modification of the NSFetchRequest when request optimizations are needed * Still allow the modification of the NSFetchRequest when request optimizations are needed


# Twitter
Follow [@MagicalRecord](http://twitter.com/magicalrecord) on twitter to stay up to date on twitter with the lastest updates to MagicalRecord and for basic support

# Installation # Installation


1. In your XCode Project, add all the .h and .m files from the *Source* folder into your project. 1. In your XCode Project, add all the .h and .m files from the *Source* folder into your project.
Expand Down Expand Up @@ -255,11 +258,8 @@ This completion block is called on the main thread (queue), so this is also safe


# Data Import # Data Import


*Experimental* MagicalRecord will now import data from NSObjects into your Core Data store. [Documentation](https://github.com/magicalpanda/MagicalRecord/wiki/Data-Import) for this feature is forthcoming and will be available in full by May 25, 2012.

MagicalRecord will now import data from NSObjects into your Core Data store. [Documentation](https://github.com/magicalpanda/MagicalRecord/wiki/Data-Import) for this feature will be added to the wiki.
This feature is currently under development, and is undergoing updates. Feel free to try it out, add tests and send in your feedback.


# Extra Bits # Extra Bits
This Code is released under the MIT License by [Magical Panda Software, LLC](http://www.magicalpanda.com). This Code is released under the MIT License by [Magical Panda Software, LLC](http://www.magicalpanda.com). We love working on iOS and Mac apps for you!
There is no charge for Awesome. There is no charge for Awesome.

0 comments on commit 38515e7

Please sign in to comment.