Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed Nov 5, 2014
1 parent 7bfc30e commit 85ebe2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -65,7 +65,7 @@ $view = new SurfStack\Templating\Template_Engine();
$view->setTemplate(__DIR__.'/template/template.tpl');

// Assign variables
$view->assign('items', array('hello', 'world));
$view->assign('items', array('hello', 'world'));

// Render the template to the screen using echo
echo $view->getRender();
Expand Down Expand Up @@ -437,4 +437,4 @@ This is a multi line comment
<?php enddeclare; ?>
```

To install using composer, use the code from the Wiki page [Composer Wiki page](../../wiki/Composer).
To install using composer, use the code from the Wiki page [Composer Wiki page](../../wiki/Composer).

0 comments on commit 85ebe2a

Please sign in to comment.