Skip to content

Commit f546b92

Browse files
committed
Update acknowledgement.
1 parent 8e4056d commit f546b92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MySQL.jl
22
======
33

4-
Julia bindings and helper functions for [MariaDB](https://mariadb.org/)/MySQL C library.
4+
Julia bindings and helper functions for [MariaDB](https://mariadb.org/)/MySQL C library.
55
Query results can be recieved as raw C pointers or as [Data Frames](https://github.com/JuliaStats/DataFrames.jl).
66

77
# Installation
@@ -58,8 +58,8 @@ MySQL.disconnect(con)
5858
# How to solve MySQL library not found error
5959

6060
This error may occur during `using MySQL`. To resolve this-
61-
* Ubuntu: Just add the MariaDB/MySQL .so file to lib_choices array in src/config.jl. If it is already there
62-
make sure LD_LIBRARY_PATH contains the MariaDB/MySQL .so file directory path. Usually this is something like
61+
* Ubuntu: Just add the MariaDB/MySQL .so file to lib_choices array in src/config.jl. If it is already there
62+
make sure LD_LIBRARY_PATH contains the MariaDB/MySQL .so file directory path. Usually this is something like
6363
`/usr/local/lib/mariadb/`.
6464
* OSX: Same as above. In this case the file will be something like libmysqlclient.dylib.
6565
* Windows: There is no `@windows_only lib_choices` currently. Please add one and send a pull request.
@@ -73,4 +73,4 @@ A total of 67,000 insert queries were executed batch wise in batch sizes of 50,
7373

7474
# Acknowledgement
7575

76-
The generous inputs and help from Just Dial ™, Bangalore is greatly appreciated.
76+
We acknowledge the contributions of [JustDial](http://www.justdial.com) towards this work.

0 commit comments

Comments
 (0)