Skip to content

Commit 2ef8bb1

Browse files
Merge branch 'petoju:master' into master
2 parents 68f9255 + 5be87ac commit 2ef8bb1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
**This repository is an unofficial fork**
22

3-
The fork is mostly based of the official (now archived) repo.
4-
The provider has also some extra changes and solves almost all the reported
5-
issues.
3+
The fork is mostly based on the official (now archived) repo.
4+
The provider also includes some extra changes and resolves almost all the
5+
reported issues.
66

7-
I incorporated changes by winebarrel/terraform-provider-mysql. Because I found
8-
out about that repo only after some work, PR cannot be created easily now.
9-
Feel free to create a PR with my code to their repo or the other way around.
7+
I incorporated changes from [winebarrel/terraform-provider-mysql](https://github.com/winebarrel/terraform-provider-mysql),
8+
another fork from the official repo.
109

1110
[![Build Status](https://www.travis-ci.com/petoju/terraform-provider-mysql.svg?branch=master)](https://www.travis-ci.com/petoju/terraform-provider-mysql)
1211

@@ -33,7 +32,7 @@ provider "mysql" {
3332
Building The Provider
3433
---------------------
3534

36-
If you want to reproduce a build (to verify my build confirms to sources),
35+
If you want to reproduce a build (to verify that my build conforms to the sources),
3736
download the provider of any version first and find the correct go version:
3837
```
3938
egrep -a -o 'go1[0-9\.]+' path_to_the_provider_binary
@@ -69,7 +68,7 @@ $ $GOPATH/bin/terraform-provider-mysql
6968

7069
1. Docker environment
7170
2. mysql-client binary which can be installed on Mac with `brew install mysql-client@8.0`
72-
1. Then add it to your path OR `brew link mysql-client@8.0`
71+
1. Then add it to your path OR run `brew link mysql-client@8.0`
7372

7473
### Running tests
7574

0 commit comments

Comments
 (0)