From 20591fbda80c5c15e446766e877530f00ec1c5d1 Mon Sep 17 00:00:00 2001 From: Quinn Blenkinsop Date: Tue, 21 Apr 2020 02:11:08 -0700 Subject: [PATCH] Fix broken Travis badge link (#65) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e5df6fc..da76012 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# camelcase [![Build Status](https://travis-ci.org/sindresorhus/camelcase.svg?branch=master)](https://travis-ci.org/sindresorhus/camelcase) +# camelcase [![Build Status](https://travis-ci.com/sindresorhus/camelcase.svg?branch=master)](https://travis-ci.com/sindresorhus/camelcase) > Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`