Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FredyH authored Nov 17, 2021
1 parent fd2ecc4 commit ff4e9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Database:setCharacterSet(charSetName)
-- Please note that this does block the main server thread if there is a query currently being ran
-- Returns true on success, false on failure

Database:setSSL(key, cert, ca, capath, cipher)
Database:setSSLSettings(key, cert, ca, capath, cipher)
-- Returns nothing
-- Sets the SSL configuration of the database object. This allows you to enable secure connections over the internet using TLS.
-- Every parameter is optional and can be omitted (set to nil) if not required.
Expand Down Expand Up @@ -333,4 +333,4 @@ To compile the module, follow the following steps:
## Mac
Mac is currently not supported since the MariaDB connector is not available on Mac (at least not precompiled).
However, if you are able to compile the connector yourself, building for Mac should broadly follow the same instructions
as for Linux.
as for Linux.

0 comments on commit ff4e9d0

Please sign in to comment.