Skip to content

Commit

Permalink
docs: Refactor remove and removeSync parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
manidlou committed Mar 9, 2017
1 parent fc5fca9 commit 936011e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/remove-sync.md
@@ -1,8 +1,8 @@
# removeSync(dir)
# removeSync(path)

Removes a file or directory. The directory can have contents. Like `rm -rf`.

- `dir` `<String>`
- `path` `<String>`

## Example:

Expand Down
4 changes: 2 additions & 2 deletions docs/remove.md
@@ -1,8 +1,8 @@
# remove(dir, callback)
# remove(path, callback)

Removes a file or directory. The directory can have contents. Like `rm -rf`.

- `dir` `<String>`
- `path` `<String>`
- `callback` `<Function>`

## Example:
Expand Down

0 comments on commit 936011e

Please sign in to comment.