Skip to content

Commit 8648440

Browse files
committed
Update
1 parent 72de399 commit 8648440

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
This is a renderer for rendering PHP view scripts into a PSR-7 Response object. It works well with Slim Framework 3.
44

5-
<<<<<<< HEAD
5+
66
## Templates
77
You may use `$this` inside your php templates. `$this` will be the actual PhpRenderer object will allow you to render sub-templates
8-
=======
8+
99
## Installation
1010

1111
Install with [Composer](http://getcomposer.org):
1212

1313
composer require slim/php-view
14-
>>>>>>> f5134be6ea4dac95e14439ce203927d57760ccf4
14+
1515

1616
## Usage With Slim 3
1717

0 commit comments

Comments
 (0)