diff --git a/README.md b/README.md index e69de29..67e06e9 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,15 @@ +# Twig Seo Bundle + +## Installation +You can install this bundle with composer. +```bash +composer require ahc/twigseobundle +``` + +## Documentation +* Versions + * [Latest (1.0.0)](https://github.com/ahmetcelikezer/twig-seo-bundle/tree/master/Resources/doc/latest/README.md) + * [0.1.0](https://github.com/ahmetcelikezer/twig-seo-bundle/blob/master/Resources/doc/v0.1.0/README.md) + +## Next Version Planned Features +1. Loop able arguments for same tag(s). \ No newline at end of file diff --git a/Resources/doc/v0.1.0/README.md b/Resources/doc/v0.1.0/README.md index 447c903..b800316 100644 --- a/Resources/doc/v0.1.0/README.md +++ b/Resources/doc/v0.1.0/README.md @@ -7,7 +7,7 @@ This bundle includes a twig extension to print SEO meta tags easily. This is an ## Installation You can install this bundle with composer. ```bash -composer require ahc/twigseobundle +composer require ahc/twigseobundle "^0.1.0" ``` ## Methods