From 74534d14c4c4d3f8784e89725879d18bf181eeb6 Mon Sep 17 00:00:00 2001 From: AnthonyMichaelTDM <68485672+AnthonyMichaelTDM@users.noreply.github.com> Date: Sat, 19 Mar 2022 11:18:07 -0700 Subject: [PATCH] rename it, it was mardown, should be markdown --- .../{mardown_todo_rust => markdown_todo_rust}/Cargo.toml | 2 +- .../{mardown_todo_rust => markdown_todo_rust}/src/main.rs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename 00_Utilities/{mardown_todo_rust => markdown_todo_rust}/Cargo.toml (85%) rename 00_Utilities/{mardown_todo_rust => markdown_todo_rust}/src/main.rs (100%) diff --git a/00_Utilities/mardown_todo_rust/Cargo.toml b/00_Utilities/markdown_todo_rust/Cargo.toml similarity index 85% rename from 00_Utilities/mardown_todo_rust/Cargo.toml rename to 00_Utilities/markdown_todo_rust/Cargo.toml index dbf4faa3..ff21c377 100644 --- a/00_Utilities/mardown_todo_rust/Cargo.toml +++ b/00_Utilities/markdown_todo_rust/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "mardown_todo_rust" +name = "markdown_todo_rust" version = "0.1.0" edition = "2021" diff --git a/00_Utilities/mardown_todo_rust/src/main.rs b/00_Utilities/markdown_todo_rust/src/main.rs similarity index 100% rename from 00_Utilities/mardown_todo_rust/src/main.rs rename to 00_Utilities/markdown_todo_rust/src/main.rs