Skip to content

Commit 5d4ccd8

Browse files
author
Roumen Damianoff
committed
updated readme
1 parent 4eb770b commit 5d4ccd8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Branch dev-master is for development and is UNSTABLE!
1111

1212
## Installation
1313

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

1616
```bash
1717
composer require roumen/sitemap
@@ -29,11 +29,12 @@ Then register this service provider with Laravel :
2929
'Roumen\Sitemap\SitemapServiceProvider',
3030
```
3131

32-
Publish configuration file (OPTIONAL) :
32+
Publish needed assets (styles, views, config files) :
3333

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

3839
## Examples
3940

0 commit comments

Comments
 (0)