Skip to content

Commit

Permalink
Reword
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 14, 2019
1 parent bd0f7a1 commit b9e3936
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -60,8 +60,7 @@ myLibrary.method({ mode: 'a-wx' })
myLibrary.method({ mode: '444' }) myLibrary.method({ mode: '444' })
``` ```


Examples for each JavaScript command are available inside the Please see the [`examples` directory](examples) for more JavaScript examples.
[`examples` directory](examples).


# Examples (CLI) # Examples (CLI)


Expand All @@ -73,8 +72,7 @@ $ unix-permissions convert.symbolic "$(stat -c "%a" /etc/passwd)"
u=rw,go=r u=rw,go=r
``` ```


Examples for each CLI command are available inside the Please see the [`examples` directory](examples) for more CLI examples.
[`examples` directory](examples).


# Playground # Playground


Expand Down
3 changes: 1 addition & 2 deletions docs/API.md
Expand Up @@ -4,8 +4,7 @@ All the following methods are available both in
[JavaScript](../README.md#usage-javascript) and on the [JavaScript](../README.md#usage-javascript) and on the
[command line](../README.md#usage-cli). [command line](../README.md#usage-cli).


Examples for each command are available inside the Please see the [`examples` directory](examples) for executable examples.
[`examples` directory](examples).


## convert.octal|number|stat|symbolic|object(permission) ## convert.octal|number|stat|symbolic|object(permission)


Expand Down
2 changes: 1 addition & 1 deletion test/examples.js
Expand Up @@ -17,7 +17,7 @@ const findUp = require('find-up')
// `package.json` `name` field // `package.json` `name` field
// TODO: add linting exceptions for `console.log()` inside `examples/**` // TODO: add linting exceptions for `console.log()` inside `examples/**`
// (`gulp check`) // (`gulp check`)
// TODO: recursive search on `example` directory // TODO: recursive search on `example` directory.
// TODO: use `package.json` `directories.examples` folder first if defined. // TODO: use `package.json` `directories.examples` folder first if defined.
// TODO: handle when file is not meant to be executed (no permission, // TODO: handle when file is not meant to be executed (no permission,
// or no shabang) // or no shabang)
Expand Down

0 comments on commit b9e3936

Please sign in to comment.