Skip to content

Commit e9e06b9

Browse files
committed
docs: Update TravisCI badge
1 parent 1b736b7 commit e9e06b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# true-case-path
22

3-
![Travis (.com)](https://img.shields.io/travis/com/Profiscience/true-case-path.svg)
3+
[![TravisCI Build Status][travis-ci-shield]][travis-ci]
44

55
> Given a possibly case-variant version of an existing filesystem path, returns the absolute, case-exact, normalized version as stored in the filesystem.
66
@@ -44,3 +44,6 @@ trueCasePathSync('/users/guest') // OSX: -> '/Users/Guest'
4444

4545
trueCasePathSync('c:\\users\\all users') // Windows: -> 'c:\Users\All Users'
4646
```
47+
48+
[travis-ci]: https://travis-ci.org/Profiscience/true-case-path
49+
[travis-ci-shield]: https://img.shields.io/travis/Profiscience/true-case-path/master.svg

0 commit comments

Comments
 (0)