From ebc34871247c6102361938eba684cf80b4d9ac86 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Mon, 29 Oct 2018 23:23:13 +0000 Subject: [PATCH] fix simple typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb49712..036e0ea 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Calling ```public void fillInDefaults(Context ctx)``` will make a request ready * ```public static void showAd(AdRequest req, AdHolder... holders)``` - execute the AdRequest and fill in the provided AdHolders. * ```public static void showAd(String appToken, AdHolder... holders)``` - same as previous but automatically creates AdRequests. * ```public static void setListener(PubNativeListener listener)``` - sets a listener that will be notified on events. - * ```public static void showInPlayStore***(Activity act, Ad ad)``` - displays an an in the Play Store. + * ```public static void showInPlayStore***(Activity act, Ad ad)``` - displays an ad in the Play Store. Simple ImageAd Example ---------------------- @@ -106,4 +106,4 @@ Please check out pubnative-interstitials-tester for code examples. ProGuard ======== -If using ProGuard, please include pubnative-proguard.cfg. \ No newline at end of file +If using ProGuard, please include pubnative-proguard.cfg.