Fix a few typos

This commit is contained in:
Anton Tieleman 2016-08-12 22:36:01 +02:00
parent dabd38fcd4
commit df0a33c762
1 changed files with 1 additions and 1 deletions

View File

@ -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.**