Skip to content

Commit fa1b07a

Browse files
reword mysql object docs
1 parent 88bdc70 commit fa1b07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ If on Windows, this is the name of the named pipe that MySQL is listening on. If
9999
- `xSocket: string`
100100
If on Windows, this is the name of the named pipe that the MySQL X Plugin is listening on. If not on Windows, this is the path that the MySQL X Plugin is listening on.
101101
- `mysql: {version: string, versionIsInstalledOnSystem: boolean}`
102-
An object with two properties. The first one, version, is the version of MySQL Server that is being used for the database. The second one, versionIsInstalledOnSystem, will be true if the MySQL Server that is being used is already installed on the system. versionIsInstalledOnSystem will be false if the MySQL Server version had to be downloaded from the MySQL CDN.
102+
An object with two properties. ```version``` is the version of MySQL used to create the database. ```versionIsInstalledOnSystem``` will be true if the MySQL version used is already installed on the system and false if the version had to be downloaded from MySQL's CDN.
103103
- `stop: () => Promise<void>`
104104
The method to stop the database. The returned promise resolves when the database has successfully stopped.
105105

0 commit comments

Comments
 (0)