diff --git a/README.md b/README.md index 55bf9fc..cc83a0a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![MyGet Version](https://img.shields.io/myget/scisharp/vpre/SciSharp.MySQL.Replication)](https://www.myget.org/feed/scisharp/package/nuget/SciSharp.MySQL.Replication) [![NuGet Version](https://img.shields.io/nuget/v/SciSharp.MySQL.Replication.svg?style=flat)](https://www.nuget.org/packages/SciSharp.MySQL.Replication/) -C# Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their datas and raw SQL queries. +dotnet-mysql-replication is a C# Implementation of MySQL replication protocol client. This allows you to receive event like insert, update, delete with their data and raw SQL queries. ## Usage diff --git a/src/SciSharp.MySQL.Replication/SciSharp.MySQL.Replication.csproj b/src/SciSharp.MySQL.Replication/SciSharp.MySQL.Replication.csproj index be025fe..c5c4e62 100644 --- a/src/SciSharp.MySQL.Replication/SciSharp.MySQL.Replication.csproj +++ b/src/SciSharp.MySQL.Replication/SciSharp.MySQL.Replication.csproj @@ -13,7 +13,7 @@ SciSharp STACK MySQL;replication;C#;client - dotnet-mysql-replication is a MySQL replication client in C#. + dotnet-mysql-replication is a C# Implementation of MySQL replication protocol client. This allows you to receive event like insert, update, delete with their data and raw SQL queries.