Skip to content

Commit b458aab

Browse files
committed
docs: update README.md
1 parent 238dfa8 commit b458aab

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you use CodeIgniter3, check [master](https://github.com/kenjis/codeigniter-ss
1818

1919
~~~
2020
$ cd /path/to/codeigniter/
21-
$ composer require kenjis/codeigniter-ss-twig:4.x-dev
21+
$ composer require kenjis/codeigniter-ss-twig
2222
~~~
2323

2424
## Usage
@@ -96,7 +96,7 @@ $this->twig = new \Kenjis\CI4Twig\Twig($config);
9696

9797
If your function explicitly outputs HTML code, you will want the raw output to be printed. In such a case, use `functions_safe`, and **you have to make sure the output of the function is XSS free**.
9898

99-
### Reference
99+
### References
100100

101101
#### Documentation
102102

@@ -117,11 +117,7 @@ $ composer install
117117
$ vendor/bin/phpunit
118118
~~~
119119

120-
## Related Projects for CodeIgniter 3.x
120+
## Related Projects for CodeIgniter 4.x
121121

122-
* [CodeIgniter Composer Installer](https://github.com/kenjis/codeigniter-composer-installer)
123-
* [Cli for CodeIgniter 3.0](https://github.com/kenjis/codeigniter-cli)
124-
* [ci-phpunit-test](https://github.com/kenjis/ci-phpunit-test)
125-
* [CodeIgniter Doctrine](https://github.com/kenjis/codeigniter-doctrine)
126-
* [CodeIgniter Deployer](https://github.com/kenjis/codeigniter-deployer)
127-
* [CodeIgniter3 Filename Checker](https://github.com/kenjis/codeigniter3-filename-checker)
122+
- [CodeIgniter4 Application Template](https://github.com/kenjis/ci4-app-template)
123+
- [CodeIgniter3-like Captcha](https://github.com/kenjis/ci3-like-captcha)

0 commit comments

Comments
 (0)