Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Roumen Damianoff committed Apr 27, 2016
1 parent 4eb770b commit 5d4ccd8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Branch dev-master is for development and is UNSTABLE!

## Installation

Run the following command and provide the latest stable version (e.g v2.6.2) :
Run the following command and provide the latest stable version (e.g v2.6.3) :

```bash
composer require roumen/sitemap
Expand All @@ -29,11 +29,12 @@ Then register this service provider with Laravel :
'Roumen\Sitemap\SitemapServiceProvider',
```

Publish configuration file (OPTIONAL) :
Publish needed assets (styles, views, config files) :

```bash
php artisan vendor:publish --provider="Roumen\Sitemap\SitemapServiceProvider"
```
*Note:* Composer won't update them after `composer update`, you'll need to do it manually!

## Examples

Expand Down

0 comments on commit 5d4ccd8

Please sign in to comment.