Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmickleydoyle authored Mar 19, 2020
1 parent 3637e36 commit ec09fac
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 @@ -5,7 +5,7 @@

# MoonWalk: Walk to the Root Directory

MoonWalk travels the file tree from a child directory back to the root directory calling walkFn for each file in the path back. The walkFn function will handle the errors from the visited files and return the name of the file with the path to the file. MoonWalk does not return paths with only directory names.
`moonwalk` recursively walks the working directory back to the root returning all files in the walk back. `moonwalk` does not return paths with only directory names.

Example:

Expand Down

0 comments on commit ec09fac

Please sign in to comment.