From eda0e39ea2dcfee8e1b437bae38b00eb747f5fa7 Mon Sep 17 00:00:00 2001 From: Igor Makarov Date: Wed, 27 May 2020 17:32:47 +0300 Subject: [PATCH] Fix typos in README.md (#872) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e37abc52..9230133e 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ If you want to pass any required arguments when running in Xcode, you can edit t ## Alternatives If XcodeGen doesn't meet your needs try these great alternatives: - [Tuist](https://github.com/tuist/tuist) -- [xcake](https://github.com/igor-makarov/xcake) +- [Xcake](https://github.com/igor-makarov/xcake) - [struct](https://github.com/workshop/struct) ## Attributions @@ -189,7 +189,7 @@ This tool is powered by: Inspiration for this tool came from: - [struct](https://github.com/workshop/struct) -- [xcake](https://github.com/jcampbell05/xcake) +- [Xcake](https://github.com/igor-makarov/xcake) - [CocoaPods Xcodeproj](https://github.com/CocoaPods/Xcodeproj) ## Contributions