Skip to content

Commit

Permalink
docs: fix folders example output
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-forster committed Dec 31, 2019
1 parent fe51848 commit 4a87c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ path.folders[path.folders.length - 1] = 'relative';
console.log(path.folders, path.path);

> ['..', 'this', 'is', 'relative']
> '../this/is/relative/file.jpeg;
> '../this/is/relative/file.jpeg'
```

### isAbsolute and isRelative
Expand Down

0 comments on commit 4a87c74

Please sign in to comment.