From 328308e361e631cdc3c280883298209cabfae45c Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Mon, 8 May 2023 09:41:01 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 81882a6..025d2e5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# This is my package entree-arp-service +# Entree ARP service -[![Latest Version on Packagist](https://img.shields.io/packagist/v/learnkit-dev/entree-arp-service.svg?style=flat-square)](https://packagist.org/packages/learnkit/entree-arp-service) -[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/learnkit-dev/entree-arp-service/run-tests?label=tests)](https://github.com/learnkit/entree-arp-service/actions?query=workflow%3Arun-tests+branch%3Amain) -[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/learnkit-dev/entree-arp-service/Check%20&%20fix%20styling?label=code%20style)](https://github.com/learnkit/entree-arp-service/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain) -[![Total Downloads](https://img.shields.io/packagist/dt/learnkit-dev/entree-arp-service.svg?style=flat-square)](https://packagist.org/packages/learnkit/entree-arp-service) +[![Latest Version on Packagist](https://img.shields.io/packagist/v/learnkit/entree-arp-service.svg?style=flat-square)](https://packagist.org/packages/learnkit/entree-arp-service) +[![Total Downloads](https://img.shields.io/packagist/dt/learnkit/entree-arp-service.svg?style=flat-square)](https://packagist.org/packages/learnkit/entree-arp-service) + +This package is a convienent client for the [Entree ARP service](https://developers.wiki.kennisnet.nl/index.php?title=KNF:ARP_service). --- ## Installation @@ -15,6 +15,7 @@ composer require learnkit/entree-arp-service ``` You can publish the config file with: + ```bash php artisan vendor:publish --tag="entree-arp-service" ```