From 754289374b899553d7029b3bfdfaff622781d1d4 Mon Sep 17 00:00:00 2001 From: Bas Broek Date: Fri, 11 Nov 2016 19:27:30 +0100 Subject: [PATCH] Add Sample Project instructions to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3e7b482..80bab93 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ pod 'Analysis', '~> 0.1.0' Then run `pod install`. +## Sample Project + +There's a sample project in the `Example` directory. To use it, run `pod install` to download the required libraries. + ## Usage Analysing a string is very straightforward. You can use any of the two ways to instantiate an `Analysis`: