Skip to content

Commit

Permalink
Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuteler committed Aug 4, 2016
1 parent 1134450 commit e010acd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
@@ -1,5 +1,5 @@
# Clumsy Sitemap
Dead simple sitemaps for Laravel projects
Simple sitemaps for Laravel projects

[![Latest Stable Version](https://poser.pugx.org/clumsy/sitemap/version)](https://packagist.org/packages/clumsy/sitemap) [![Latest Unstable Version](https://poser.pugx.org/clumsy/sitemap/v/unstable)](//packagist.org/packages/clumsy/sitemap) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/35aaffa60b424bedab0dda7d825ca43e)](https://www.codacy.com/app/tbuteler/clumsy-sitemap?utm_source=github.com&utm_medium=referral&utm_content=tbuteler/clumsy-sitemap&utm_campaign=Badge_Grade) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/c7722d5c-37e7-490b-88c8-bc04fd77434e/mini.png)](https://insight.sensiolabs.com/projects/c7722d5c-37e7-490b-88c8-bc04fd77434e)

Expand Down Expand Up @@ -85,5 +85,9 @@ You can optionally edit the path of the `sitemap.php` file which will contain yo
php artisan php artisan vendor:publish --provider="Clumsy\Sitemap\SitemapServiceProvider" --tag=config
```

## Legacy

For Laravel 4.1 or 4.2 projects, use the `0.1` branch.

## Learn more
Visit [sitemaps.org](http://www.sitemaps.org/protocol.html) for more info on the protocol.

0 comments on commit e010acd

Please sign in to comment.