From 44b54f35124d0e23783b031a329970e48ae49a98 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 22 Sep 2020 11:03:34 -0500 Subject: [PATCH] Issue 112: The badge should be pointing to ProjectManagementService Set the badge to ProjectManagementService instead of ProductManagementService until such time the github project name changes. Fix observed spelling mistake: `Managagement`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 289a171e..0d4f3682 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Build Status](https://travis-ci.org/TAMULib/ProductManagementService.svg?branch=master)](https://travis-ci.org/TAMULib/ProductManagementService) [![Coverage Status](https://coveralls.io/repos/github/TAMULib/ProductManagementService/badge.svg?branch=master)](https://coveralls.io/github/TAMULib/ProductManagementService?branch=master) +[![Build Status](https://travis-ci.org/TAMULib/ProjectManagementService.svg?branch=master)](https://travis-ci.org/TAMULib/ProjectManagementService) [![Coverage Status](https://coveralls.io/repos/github/TAMULib/ProjectManagementService/badge.svg?branch=master)](https://coveralls.io/github/TAMULib/ProjectManagementService?branch=master) # Product Management Service -The Product Management Service is designed to connect our Library Webservice Status Application to our Version Managagement Software. +The Product Management Service is designed to connect our Library Webservice Status Application to our Version Management Software. ## Building Product Management Service