From 69b6ae8467fc7e80d7f128556e28de292fc289ab Mon Sep 17 00:00:00 2001 From: Takuya N Date: Fri, 20 Sep 2019 13:46:23 +0900 Subject: [PATCH] Add a link to the project status page on CircleCI (#63) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da6d777..1444e42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Plugin Starter Template ![CircleCI branch](https://img.shields.io/circleci/project/github/mattermost/mattermost-plugin-starter-template/master.svg) +# Plugin Starter Template [![CircleCI branch](https://img.shields.io/circleci/project/github/mattermost/mattermost-plugin-starter-template/master.svg)](https://circleci.com/gh/mattermost/mattermost-plugin-starter-template) This plugin serves as a starting point for writing a Mattermost plugin. Feel free to base your own plugin off this repository.