From ccb0b796e1f1f5378e47e6aa0caf3704d05a00b3 Mon Sep 17 00:00:00 2001 From: Shlomi Noach Date: Sun, 24 Jul 2016 17:10:42 +0200 Subject: [PATCH] linux and grammar fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74b92fb..2ffa892 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ #### GitHub's online schema migration for MySQL - `gh-ost` is a triggerless online schema migration solution for MySQL. It is testable and provides with pausability, dynamic control/reconfiguration, auditing, and many operational perks. + `gh-ost` is a triggerless online schema migration solution for MySQL. It is testable and provides pausability, dynamic control/reconfiguration, auditing, and many operational perks. `gh-ost` produces a light workload on the master throughout the migration, decoupled from the existing workload on the migrated table. @@ -65,7 +65,7 @@ But then a rare genetic mutation happened, and the `s` transformed into `t`. And ## License -`gh-ost` is licensed under the [MIT license](https://github.com/github/gh-ost/blob/documentation/LICENSE) +`gh-ost` is licensed under the [MIT license](https://github.com/github/gh-ost/blob/master/LICENSE) `gh-ost` uses 3rd party libraries, each with their own license. These are found [here](https://github.com/github/gh-ost/tree/master/vendor).