From 34031a041b48200f1b9c0780d161b691a9384ed0 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Tue, 16 Feb 2016 13:53:02 -0800 Subject: [PATCH 1/2] 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 9dc4c57..659b763 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Since handlebars-objc if fully compatible with handlebars.js, please refer to [h The doc folder contains some guides that will help you learn how to use handlebars-objc step by step: - [Introduction](https://github.com/fotonauts/handlebars-objc/blob/master/README.md): This guide - - [Installation](https://github.com/fotonauts/handlebars-objc/blob/master/doc/Installation.md): how to install handlebars-objc in your XCode project + - [Installation](https://github.com/fotonauts/handlebars-objc/blob/master/doc/Installation.md): how to install handlebars-objc in your Xcode project - [Context Objects](https://github.com/fotonauts/handlebars-objc/blob/master/doc/ContextObjects.md): How Handlebars accesses data in your context objects - [Writing Helpers](https://github.com/fotonauts/handlebars-objc/blob/master/doc/WritingHelpers.md): Learn how to write your own helpers - [Controlling Escaping](https://github.com/fotonauts/handlebars-objc/blob/master/doc/ControllingEscaping.md): Learn how to control escaping of values within your templates From cc3558653b2e23d8dcfb3a34010b58feef441403 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Tue, 16 Feb 2016 13:53:43 -0800 Subject: [PATCH 2/2] Correct the spelling of Xcode in README