diff --git a/README.md b/README.md index c0301f4..775f877 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Project or files: ├── __term │   ├── bunt │   ├── colored_msg -│   ├── confy_table +│   ├── comfy_table │   ├── cursive-demo │   ├── dialoguer-demo │   ├── indicatif diff --git a/__term/confy_table/Cargo.lock b/__term/comfy_table/Cargo.lock similarity index 100% rename from __term/confy_table/Cargo.lock rename to __term/comfy_table/Cargo.lock diff --git a/__term/confy_table/Cargo.toml b/__term/comfy_table/Cargo.toml similarity index 100% rename from __term/confy_table/Cargo.toml rename to __term/comfy_table/Cargo.toml diff --git a/__term/confy_table/README.md b/__term/comfy_table/README.md similarity index 100% rename from __term/confy_table/README.md rename to __term/comfy_table/README.md diff --git a/__term/confy_table/src/main.rs b/__term/comfy_table/src/main.rs similarity index 100% rename from __term/confy_table/src/main.rs rename to __term/comfy_table/src/main.rs