From 78473a048f7028b16874067e795b084a82fe80da Mon Sep 17 00:00:00 2001
From: Dima Bart <dima.bart01@gmail.com>
Date: Mon, 9 May 2016 13:26:31 -0400
Subject: [PATCH] Update README.md (+1 squashed commit) Squashed commits: [e535102] Add basic readme.

---
 Mobile Buy SDK Sample Apps/Sample App Customers/README.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 Mobile Buy SDK Sample Apps/Sample App Customers/README.md

diff --git a/Mobile Buy SDK Sample Apps/Sample App Customers/README.md b/Mobile Buy SDK Sample Apps/Sample App Customers/README.md
new file mode 100644
index 0000000..118d815
--- /dev/null
+++ b/Mobile Buy SDK Sample Apps/Sample App Customers/README.md
@@ -0,0 +1,21 @@
+# Mobile Buy SDK Customer Sample App
+
+The Customer Sample App demonstrates how to perform several tasks using the customer API.
+
+- Login customer
+- Create customer account
+- Fetch customer orders
+
+### Configuration
+
+First, configure the application with your shop domain, API key and app ID.
+
+```swift
+let shopDomain: String = ""
+let apiKey:     String = ""
+let appID:      String = ""
+```
+
+### Overview
+
+The Customer Sample App demonstates the usage of the customer API that lets you create a customer account, login with a customer account and show customer's orders after authentication.
--
libgit2 0.26.0