From 447f4ca9e22ee688c045366ee5686856b2396d58 Mon Sep 17 00:00:00 2001 From: Kerry Jiang Date: Sat, 25 May 2024 15:40:38 -0700 Subject: [PATCH] updated the intro of this project --- README.md | 2 +- .../SciSharp.MySQL.Replication.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc83a0a..f76a49d 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/) -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. +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. ## Usage diff --git a/src/SciSharp.MySQL.Replication/SciSharp.MySQL.Replication.csproj b/src/SciSharp.MySQL.Replication/SciSharp.MySQL.Replication.csproj index c5c4e62..815427d 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 C# Implementation of MySQL replication protocol client. This allows you to receive event like insert, update, delete with their data and raw SQL queries. + 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.