From d2dd8ce0f7b678a35e06787fb5ae609c22312a2a Mon Sep 17 00:00:00 2001 From: Yuki Date: Tue, 11 Feb 2020 16:01:00 -0800 Subject: [PATCH] Update README assets (#1488) --- Example/Basic Integration/README.md | 2 +- Example/README.md | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/Basic Integration/README.md b/Example/Basic Integration/README.md index 31d3aa73c9..f29f7eaddc 100644 --- a/Example/Basic Integration/README.md +++ b/Example/Basic Integration/README.md @@ -1,7 +1,7 @@ # Basic Integration

-Basic Integraion Example App +Basic Integraion Example App

This example app demonstrates how to build a payment flow using our pre-built UI component integration (`STPPaymentContext`). diff --git a/Example/README.md b/Example/README.md index 5b52cb88c2..8df2d380c2 100644 --- a/Example/README.md +++ b/Example/README.md @@ -14,7 +14,7 @@ This example app lets you quickly try out the SDK's prebuilt UI components. ## [**Basic Integration**](/Example/Basic%20Integration/README.md)

-STPPaymentCardTextField +STPPaymentCardTextField

This example app demonstrates how to build a payment flow using our prebuilt UI component integration. diff --git a/README.md b/README.md index 209d6aec24..be18765c2e 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ Table of contents **Native UI**: We provide native screens and elements to collect payment and shipping details. For example, [STPPaymentCardTextField](https://stripe.dev/stripe-ios/docs/Classes/STPPaymentCardTextField.html) is a UIView that collects and validates card details:

-STPPaymentCardTextField +STPPaymentCardTextField

You can use these individually, or take all of the prebuilt UI in one flow by following the [Basic Integration guide](https://stripe.com/docs/mobile/ios/basic).

-STPAddCardViewControllerSTPPaymentOptionsViewControllerSTPShippingAddressViewController +STPAddCardViewControllerSTPPaymentOptionsViewControllerSTPShippingAddressViewController

From left to right: [STPAddCardViewController](https://stripe.dev/stripe-ios/docs/Classes/STPAddCardViewController.html), [STPPaymentOptionsViewController](https://stripe.dev/stripe-ios/docs/Classes/STPPaymentOptionsViewController.html), [STPShippingAddressViewController](https://stripe.dev/stripe-ios/docs/Classes/STPShippingAddressViewController.html)