Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 29, 2018
1 parent 10e577c commit defd8c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ Converts all the omitted permissions to negative permissions. See
<!-- eslint-disable line-comment-position, no-inline-comments -->

```js
unixPermissions.full('a+x') // 'a=x'
unixPermissions.convert.symbolic('001') // 'o+x'
unixPermissions.full(unixPermissions.convert.symbolic('001')) // 'ug=,o=x'
```
Expand Down

0 comments on commit defd8c8

Please sign in to comment.