From c5000ccc7b29478b3e4942ea4b9a57140d60811a Mon Sep 17 00:00:00 2001 From: ZAKARIA ELALAOUI <63521765+zakarialaoui10@users.noreply.github.com> Date: Wed, 6 Dec 2023 10:32:09 +0100 Subject: [PATCH] Add dir2tree library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71c8445..6dbc11f 100644 --- a/README.md +++ b/README.md @@ -1037,7 +1037,7 @@ https://listjs.com * [Peg.js](https://github.com/pegjs/pegjs) - A simple parser generator for JavaScript that produces fast parsers with excellent error reporting. Usable from your browser, from the command line, or via JavaScript API. * [lune](https://github.com/ryanseys/lune) - Library to calculate the phases of the moon accurately. * [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript programming language. -* [dir2tree](https://github.com/zakarialaoui10/dir2tree) - a user-friendly Node.js tool for creating organized json tree from a root directory . +* [dir2tree](https://github.com/zakarialaoui10/dir2tree) - A user-friendly Node.js tool for creating organized json tree from a root directory .