Skip to content

Commit

Permalink
Fix broken Travis badge link (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
qw-in committed Apr 21, 2020
1 parent 3d39e73 commit 20591fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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`
Expand Down

0 comments on commit 20591fb

Please sign in to comment.