diff --git a/README.md b/README.md index 2c5187d..7f84133 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gosql +# SDC - Sql Dump Converter This Go package allows you to convert SQL dump files from different databases to Go struct format and then transform them into the desired database format. @@ -7,7 +7,7 @@ This Go package allows you to convert SQL dump files from different databases to To download and start using the package: ```bash -go get -u github.com/mstgnz/gosql +go get -u github.com/mstgnz/sdc ``` ## Supported Databases