From df0a33c76222f363bf378ee5d1126cee54e7f747 Mon Sep 17 00:00:00 2001 From: Anton Tieleman Date: Fri, 12 Aug 2016 22:36:01 +0200 Subject: [PATCH] Fix a few typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbf17df..74f3f86 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You must build the OpenSSL-Libraries before running the sample with: ./build-libssl.sh ``` -This repository contains a iOS 9.1 Xcode Project with usese the OpenSSL Libaries. The examples uses the MD5 or SHA256-algorithm to calculate an md5 or sha256 hash from an UITextfield. +This repository contains an iOS 9.1 Xcode Project which uses the OpenSSL Libraries. The examples uses the MD5 or SHA256-algorithm to calculate an md5 or sha256 hash from an UITextfield. ## System support **iOS 7.0 - iOS 9.3 (i386, x86_64, armv7, armv7s, armv64, bitcode) and tvOS are currently supported.**