diff --git a/README.md b/README.md index ec16987..d128f63 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,9 @@ This package is a Twig extension that provides the following: [10]: https://twig.symfony.com/format_datetime [11]: https://twig.symfony.com/format_date [12]: https://twig.symfony.com/format_time + +To integrate this library into symfony framework, go to services.yaml and add the following: + +services: + ... + Twig\Extra\Intl\IntlExtension: ~