Skip to content

Commit

Permalink
Update README.md (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-stripe authored Nov 8, 2019
1 parent 771f778 commit 52163de
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
[![Travis](https://img.shields.io/travis/stripe/stripe-ios/master.svg?style=flat)](https://travis-ci.org/stripe/stripe-ios)
[![CocoaPods](https://img.shields.io/cocoapods/v/Stripe.svg?style=flat)](http://cocoapods.org/?q=author%3Astripe%20name%3Astripe)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CocoaPods](https://img.shields.io/cocoapods/l/Stripe.svg?style=flat)](https://github.com/stripe/stripe-ios/blob/master/LICENSE)
[![CocoaPods](https://img.shields.io/cocoapods/p/Stripe.svg?style=flat)](https://github.com/stripe/stripe-ios#)
[![License](https://img.shields.io/cocoapods/l/Stripe.svg?style=flat)](https://github.com/stripe/stripe-ios/blob/master/LICENSE)
[![Platform](https://img.shields.io/cocoapods/p/Stripe.svg?style=flat)](https://github.com/stripe/stripe-ios#)

The Stripe iOS SDK makes it quick and easy to build an excellent payment experience in your iOS app. We provide powerful and customizable UI screens and elements that can be used out-of-the-box to collect your users' payment details. We also expose the low-level APIs that power those UIs so that you can build fully custom experiences.

See our [πŸ“š integration guides](https://stripe.com/docs/payments) to get started, or [πŸ“˜ browse the SDK reference](https://stripe.dev/stripe-ios/docs/index.html).
Get started with our [πŸ“š integration guides](https://stripe.com/docs/payments) and [example projects](#examples), or [πŸ“˜ browse the SDK reference](https://stripe.dev/stripe-ios/docs/index.html).

> Updating to a newer version of the SDK? See our [migration guide](https://github.com/stripe/stripe-ios/blob/master/MIGRATING.md) and [changelog](https://github.com/stripe/stripe-ios/blob/master/CHANGELOG.md).
Expand Down Expand Up @@ -66,7 +66,8 @@ The Stripe iOS SDK requires Xcode 10.1 or later and is compatible with apps targ

### Integration

See our [πŸ“š integration guides](https://stripe.com/docs/payments) to get started, or [browse the πŸ“˜ SDK reference](https://stripe.dev/stripe-ios/docs/index.html) for fine-grained documentation of all the classes and methods in the SDK.

Get started with our [πŸ“š integration guides](https://stripe.com/docs/payments) and [example projects](#examples), or [πŸ“˜ browse the SDK reference](https://stripe.dev/stripe-ios/docs/index.html) for fine-grained documentation of all the classes and methods in the SDK.

### Examples

Expand Down

0 comments on commit 52163de

Please sign in to comment.