Skip to content

Commit 5be87ac

Browse files
docs: update README rationale – note winebarrel/terraform-provider-mysql archived since Oct 11, 2022 (making pull requests pointless) and apply grammar fixes for improved clarity. (#208)
1 parent 633ea61 commit 5be87ac

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

‎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)