Skip to content

Commit b85cd3c

Browse files
committed
docs: Badges
1 parent 77529f1 commit b85cd3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

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

3+
![Travis (.com)](https://img.shields.io/travis/com/Profiscience/true-case-path.svg)
4+
35
> Given a possibly case-variant version of an existing filesystem path, returns the absolute, case-exact, normalized version as stored in the filesystem.
46
57
## Usage
@@ -23,7 +25,7 @@ Windows, OSX, and Linux
2325

2426
## Examples
2527

26-
```
28+
```typescript
2729
const { trueCasePathSync } = require('true-case-path')
2830

2931
trueCasePathSync('/users/guest') // OSX: -> '/Users/Guest'

0 commit comments

Comments
 (0)