update readme file

This commit is contained in:
pyanfield
2014-11-22 08:59:08 +08:00
parent 529e357334
commit 0710c404b5

View File

@@ -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):