From 0710c404b545f98c7abb0e964916a22d478175d0 Mon Sep 17 00:00:00 2001 From: pyanfield Date: Sat, 22 Nov 2014 08:59:08 +0800 Subject: [PATCH] update readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f19f5..cdd7632 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ let context = Context(dictionary: [ ]) let template = Template(named: "template.stencil") -let result = template.render(context) +let result = template!.render(context) switch result { case .Error(let error):