From 226a5570316cfbbe0abb10895cdeeeb908b5bbe8 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 06:05:22 -0800 Subject: [PATCH] Correct the spelling of Xcode in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 667fcd2..0e2d0c6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ libsodium-ios This repo provides two things: * a prebuild static library for iOS of the sodium library and the preprocessed headerfiles for targeting a darwin/arm7 system -* the preprocessed headerfiles (for darwin/arm7) and sourcecode to use it directly in XCode +* the preprocessed headerfiles (for darwin/arm7) and sourcecode to use it directly in Xcode It is used by the CocoaPod "libsodium-ios" and gives easy access to the functionalities of NaCl for iOS developers.