From 6aae2612d001ef8783f6aaa99deb18fe64ffd76f Mon Sep 17 00:00:00 2001 From: josephspurrier Date: Sun, 4 May 2014 04:11:03 -0400 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c57f96e..b14d6bc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ SurfStack Templating for PHP [![Build Status](https://travis-ci.org/josephspurrier/surfstack-templating.svg)](https://travis-ci.org/josephspurrier/surfstack-templating) [![Coverage Status](https://coveralls.io/repos/josephspurrier/surfstack-templating/badge.png)](https://coveralls.io/r/josephspurrier/surfstack-templating) The SurfStack Template Engine is a barebones system designed to -be lean and quick. It uses a syntax very similar to the alternative controls structures +be lean and quick. It uses a syntax very similar to the alternative control structures in PHP and outputs compiled and optional cached templates. The engine also has optional regular expressions to strip out open and closed PHP tags, PHP echo short tags, PHP short tags, and ASP tags to keep your templates clean and readable.