diff --git a/README.md b/README.md index d739a08..536303f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Laravel Git State -[![Build Status](https://travis-ci.org/markwalet/git-state.svg?branch=master)](https://travis-ci.org/markwalet/git-state) -[![Coverage Status](https://coveralls.io/repos/github/markwalet/git-state/badge.svg?branch=master)](https://coveralls.io/github/markwalet/git-state?branch=master) -[![Total Downloads](https://poser.pugx.org/markwalet/git-state/downloads)](https://packagist.org/packages/markwalet/git-state) -[![Latest Stable Version](https://poser.pugx.org/markwalet/git-state/v/stable)](https://packagist.org/packages/markwalet/git-state) -[![License](https://poser.pugx.org/markwalet/git-state/license)](https://packagist.org/packages/markwalet/git-state) +[![Build Status](https://travis-ci.org/markwalet/laravel-git-state.svg?branch=master)](https://travis-ci.org/markwalet/laravel-git-state) +[![Coverage Status](https://coveralls.io/repos/github/markwalet/laravel-git-state/badge.svg?branch=master)](https://coveralls.io/github/markwalet/laravel-git-state?branch=master) +[![Total Downloads](https://poser.pugx.org/markwalet/laravel-git-state/downloads)](https://packagist.org/packages/markwalet/laravel-git-state) +[![Latest Stable Version](https://poser.pugx.org/markwalet/laravel-git-state/v/stable)](https://packagist.org/packages/markwalet/laravel-git-state) +[![License](https://poser.pugx.org/markwalet/laravel-git-state/license)](https://packagist.org/packages/markwalet/laravel-git-state) A Laravel package that gives you information about the current git state. diff --git a/composer.json b/composer.json index d933c08..ee14dbd 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "markwalet/git-state", + "name": "markwalet/laravel-git-state", "description": "A Laravel package that gives you information about the current git state.", "type": "library", "license": "MIT",