From 0c09f76da369b4bc044b40c4bf3c4bc92ddbed1a Mon Sep 17 00:00:00 2001 From: Rodrigo Gomes da Silva Date: Mon, 30 Jul 2018 12:24:35 -0300 Subject: [PATCH] Fixed merge problems --- AUTHORS | 2 +- LICENSE | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index c011566..7e6e596 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Rodrigo Gomes da Silva (https://github.com/rodrigogs) +Rodrigo Gomes da Silva (https://github.com/rodrigogs) diff --git a/LICENSE b/LICENSE index 229a0b7..f3005c1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, Involves Tecnologia +Copyright (c) 2018, Rodrigo Gomes da Silva All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index a9bf855..a43ce03 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ A [node.js](https://nodejs.org) package that watches a MySQL database and runs callbacks on matched events. -This package is based on the [original ZongJi](https://github.com/nevill/zongji) and the [original mysql-events](https://github.com/spencerlambert/mysql-events) modules. Please make sure that you meet the requirements described at [ZongJi](https://github.com/involves/zongji#installation), like MySQL binlog etc. +This package is based on the [original ZongJi](https://github.com/nevill/zongji) and the [original mysql-events](https://github.com/spencerlambert/mysql-events) modules. Please make sure that you meet the requirements described at [ZongJi](https://github.com/rodrigogs/zongji#installation), like MySQL binlog etc. Check [@kuroski](https://github.com/kuroski)'s [mysql-events-ui](https://github.com/kuroski/mysql-events-ui) for a `mysql-events` UI implementation. ## Install ```sh -npm install @involves/mysql-events +npm install @rodrigogs/mysql-events ``` ## Quick Start @@ -246,4 +246,4 @@ It has the following structure: **Make sure the database user has the privilege to read the binlog on database that you want to watch on.** ## LICENSE -[BSD-3-Clause](https://github.com/involves/mysql-events/blob/master/LICENSE) © Involves Tecnologia +[BSD-3-Clause](https://github.com/rodrigogs/mysql-events/blob/master/LICENSE) © Rodrigo Gomes da Silva