From 914d45827f08830b80cd41d442c8abd85555eab0 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Sun, 26 Oct 2014 18:39:26 +0000 Subject: [PATCH] [README] Add a note about Xcode 6.1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a17aa8..23991ad 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Stencil is a simple and powerful template language for Swift. It provides a syntax similar to Django and Mustache. If you're familiar with these, you will feel right at home with Stencil. +*NOTE: Stencil requires Xcode 6.1.* + ### Example ```html+django