diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..1018327 --- /dev/null +++ b/README.markdown @@ -0,0 +1,17 @@ +**ReviewEngine 2011** + +ReviewEngine simplifies the calling to app internet page for requesting a user review of the app on the app store. To use it simply drop the two files into your code and then add one method call to get it working. + +example: + +import "ReviewEngine.h" + +[ReviewEngine gotoReviewWithAppID:@"411794191"] + +where 411794191 is the ID assigned to your application by Apple + +ReviewEngine is distributed under the terms of the Artistic License 2.0. For more details, see the full text of the license in the file LICENSE. + +Danilo Priore + +[Prioregroup.com Home Page](http://www.prioregroup.com)