From c9e9733d364a2db7a55918f24f0f62a6ddc32db3 Mon Sep 17 00:00:00 2001 From: Kremilly Date: Tue, 29 Oct 2024 16:34:59 -0300 Subject: [PATCH] docs: update README.md with new project name and description --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f2ae80d..14d347d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ ---- -Title: DumpSync -Category: Crate -Description: A simple tool for dump and restore a MySQL database. It can be used for backup and restore purposes, or for transferring a database from one server to another. -Package: cargo install dumpsync ---- +# DumpSync + A simple tool for dump and restore a MySQL database. It can be used for backup and restore purposes, or for transferring a database from one server to another. ## Overview