From da62f5d4f0eb6839e89277c30a588719f33ee502 Mon Sep 17 00:00:00 2001 From: Volodymyr Rozdolsky Date: Fri, 27 Sep 2024 18:18:55 -0400 Subject: [PATCH] Update README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b945ffc..16311b4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The included tools are: - [ ] Download a static file - [X] Get a random string of length n - [ ] Post JSON to a remote service -- [ ] Create a directory, including all parent directories, if it does not already exist +- [X] Create a directory, including all parent directories, if it does not already exist - [ ] Create a URL safe slug from a string ## Installation