From ec09fac50549a935419f9bdbe5b3ad6d2dd2205f Mon Sep 17 00:00:00 2001 From: Thomas Mickley-Doyle Date: Thu, 19 Mar 2020 10:43:03 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3fb9d5..2957da0 100644 --- a/README.md +++ b/README.md @@ -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: