Skip to content

Commit db22056

Browse files
committed
docs: update README
1 parent d89f594 commit db22056

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
This package provides simple Twig integration for [CodeIgniter](https://github.com/bcit-ci/CodeIgniter) 3.x.
66

7+
If you use CodeIgniter4, check [4.x](https://github.com/kenjis/codeigniter-ss-twig/tree/4.x) branch (under development).
8+
79
## Folder Structure
810

911
```
@@ -53,13 +55,13 @@ Remove comment marks below and fix the path for `Autoloader.php`:
5355
+++ b/libraries/Twig.php
5456
@@ -9,10 +9,8 @@
5557
*/
56-
58+
5759
// If you don't use Composer, uncomment below
5860
-/*
5961
require_once APPPATH . 'third_party/Twig-1.xx.x/lib/Twig/Autoloader.php';
6062
Twig_Autoloader::register();
6163
-*/
62-
64+
6365
class Twig
6466
{
6567
~~~

0 commit comments

Comments
 (0)