From 01f986eefdcedf101a22c7db75ed61fb5986ecaa Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 07:44:23 -0800 Subject: [PATCH] Correct the capitalization of Xcode in README --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1ad2ec5..3dc33e9 100644 --- a/Readme.md +++ b/Readme.md @@ -2,4 +2,4 @@ This is a QR Code Encoder written in Objective-C. The code has originally been ported by myang-git from Psytec library https://github.com/myang-git/QR-Code-Encoder-for-Objective-C. The drawback was that myang-git's project has to be compiled using a c++ compiler. Integrating this into your objective-c based project may therefore be cumbersome. That's why I ported this library to Objective-C. # Installation -The QR Code Encoder is wrapped into a Cocoa framework. Drag the QRCodeEncoder XCode project to your own project in XCode. Drag and drop the QRCodeEncoder.framework item from the "Products" group to the linked binaries in the "Build Phases" tab. \ No newline at end of file +The QR Code Encoder is wrapped into a Cocoa framework. Drag the QRCodeEncoder Xcode project to your own project in Xcode. Drag and drop the QRCodeEncoder.framework item from the "Products" group to the linked binaries in the "Build Phases" tab. \ No newline at end of file