Skip to content

Commit

Permalink
Documentation Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmet committed Sep 24, 2019
1 parent 8cf343c commit 6bde0b3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion Resources/doc/v0.1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bde0b3

Please sign in to comment.