Skip to content

Commit b083fd1

Browse files
author
Noah Potash
committed
Fixed casing of the word "library".
1 parent 15e89c6 commit b083fd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#MySQL Connector/Net 6.x
22

3-
##This is a MySQL client Library targeting netstandard 1.3. It is a fork of the official Oracle MySQL Connector/Net library.
3+
##This is a MySQL client library targeting netstandard 1.3. It is a fork of the official Oracle MySQL Connector/Net library.
44

55
[![Windows Build status](https://ci.appveyor.com/api/projects/status/ve9qdbrktb29hs9w?svg=true)](https://ci.appveyor.com/project/SapientGuardian/mysql-connector-net-netstandard1-5)<br />
66
[![Linux/OSX Build Status](https://travis-ci.org/SapientGuardian/mysql-connector-net-netstandard.png)](https://travis-ci.org/SapientGuardian/mysql-connector-net-netstandard)<br />

Source/MySql.Data/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "6.9.8-rc2-005",
3-
"description": "MySQL client Library targeting netstandard 1.3",
3+
"description": "MySQL client library targeting netstandard 1.3",
44
"authors": [ "Oracle", "SapientGuardian", "ebyte23" ],
55
"buildOptions": {
66
"emitEntryPoint": false,

0 commit comments

Comments
 (0)