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

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Roumen Damianoff committed Feb 7, 2018
1 parent f157862 commit c3448ea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [laravel-sitemap](https://damianoff.com/en/projects/laravel-sitemap) package
# [laravel-sitemap](https://laravelium.com) package

[![Latest Stable Version](https://poser.pugx.org/roumen/sitemap/version.png)](https://packagist.org/packages/roumen/sitemap) [![Total Downloads](https://poser.pugx.org/roumen/sitemap/d/total.png)](https://packagist.org/packages/roumen/sitemap) [![Build Status](https://travis-ci.org/Laravelium/laravel-sitemap.png?branch=master)](https://travis-ci.org/Laravelium/laravel-sitemap) [![License](https://poser.pugx.org/roumen/sitemap/license.png)](https://packagist.org/packages/roumen/sitemap)

Expand All @@ -11,14 +11,19 @@ Branch dev-master is for development and is UNSTABLE!

## Installation

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

```bash
composer require roumen/sitemap
```

or add the following to your `composer.json` file :

#### For Laravel 5.6
```json
"roumen/sitemap": "2.8.*"
```

#### For Laravel 5.5
```json
"roumen/sitemap": "2.7.*"
Expand Down

0 comments on commit c3448ea

Please sign in to comment.