Skip to content

Commit 447f4ca

Browse files
committed
updated the intro of this project
1 parent 2bc6801 commit 447f4ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![MyGet Version](https://img.shields.io/myget/scisharp/vpre/SciSharp.MySQL.Replication)](https://www.myget.org/feed/scisharp/package/nuget/SciSharp.MySQL.Replication)
55
[![NuGet Version](https://img.shields.io/nuget/v/SciSharp.MySQL.Replication.svg?style=flat)](https://www.nuget.org/packages/SciSharp.MySQL.Replication/)
66

7-
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.
7+
dotnet-mysql-replication is a C# Implementation of MySQL replication protocol client. This allows you to receive events like insert, update, delete with their data and raw SQL queries from MySQL.
88

99
## Usage
1010

src/SciSharp.MySQL.Replication/SciSharp.MySQL.Replication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Company>SciSharp STACK</Company>
1414
<PackageTags>MySQL;replication;C#;client</PackageTags>
1515
<Description>
16-
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.
16+
dotnet-mysql-replication is a C# Implementation of MySQL replication protocol client. This allows you to receive events like insert, update, delete with their data and raw SQL queries from MySQL.
1717
</Description>
1818
</PropertyGroup>
1919
<ItemGroup>

0 commit comments

Comments
 (0)