From 58269703c563f43daed0ab35acba312df079d10f Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Tue, 20 Mar 2018 21:56:37 -0400 Subject: [PATCH] docs(readme): fix Travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d461f45..9d4a2e7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![NPM version](https://img.shields.io/npm/v/typescript-starter.svg)](https://www.npmjs.com/package/typescript-starter) [![Codecov](https://img.shields.io/codecov/c/github/bitjson/typescript-starter.svg)](https://codecov.io/gh/bitjson/typescript-starter) [![CircleCI](https://img.shields.io/circleci/project/github/bitjson/typescript-starter.svg)](https://circleci.com/gh/bitjson/typescript-starter) -[![Travis](https://img.shields.io/travis/bitjson/typescript.svg)](https://travis-ci.org/bitjson/typescript-starter) +[![Travis](https://img.shields.io/travis/bitjson/typescript-starter.svg)](https://travis-ci.org/bitjson/typescript-starter) [![AppVeyor](https://img.shields.io/appveyor/ci/bitjson/typescript-starter.svg)](https://ci.appveyor.com/project/bitjson/typescript-starter) [![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version) [![GitHub stars](https://img.shields.io/github/stars/bitjson/typescript-starter.svg?style=social&logo=github&label=Stars)](https://github.com/bitjson/typescript-starter)