From c5f8e513b8aa429cd7714240f0191544fad82b60 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 25 Sep 2020 15:52:11 -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 13e03db..29963f4 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: ```