From b874def44eeaa5ddea3851986119eb75b640cc64 Mon Sep 17 00:00:00 2001 From: Chirag Date: Mon, 18 May 2015 18:26:04 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9957685..3bea2a0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A react-native wrapper on top of apple's ``MFMailComposeViewController``. Files to "Your Project Name"` [(Screenshot)](http://url.brentvatne.ca/jQp8) then [(Screenshot)](http://url.brentvatne.ca/1gqUD). 3. Add `libRNMail.a` to `Build Phases -> Link Binary With Libraries` [(Screenshot)](http://url.brentvatne.ca/17Xfe). -4. Whenever you want to use it within React code now you can: `var Overlay = require('react-native-mail');` +4. Whenever you want to use it within React code now you can: `var Mailer = require('NativeModules').RNMail;` ## Example