From ff680d6fabbb4b29eca610347a8d19e78a1378a9 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 25 Sep 2020 15:52:03 -0500 Subject: [PATCH] Updated mkdir (markdown) --- mkdir.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdir.md b/mkdir.md index 2f1d02c..13e03db 100644 --- a/mkdir.md +++ b/mkdir.md @@ -1,6 +1,6 @@ The Function `mkdir` contains 1 Parameter. -`directory` -> The Directory which should be created. `Don't Forget a '/' at the end, because it will also create all Sub Folders.` +`directory` -> The Directory which should be created. Don't Forget a '/' at the end, because it will also create all Sub Folders. You can find an example here: ```