Skip to content

Commit a74d4e5

Browse files
cleanup docs
1 parent 901ca8c commit a74d4e5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The internal queries that are ran before the queries in ```initSQLString``` are
221221
***
222222
### :warning: Internal Options :warning:
223223

224-
The following options are only meant for internal use (such as CI or the internals for running this package via the CLI). Their behaviour may change or they may get removed between major/minor/patch versions and they are not to be considered stable. The options below will not follow Semantic Versioning so it is advised to not use them.
224+
The following options are only meant for internal use (such as for testing this package or the internals for running this package via the CLI). Their behaviour may change or they may get removed between major/minor/patch versions and they are not to be considered stable. The options below will not follow Semantic Versioning so it is advised to not use them.
225225

226226
- `_DO_NOT_USE_deleteDBAfterStopped: boolean`
227227

@@ -243,16 +243,12 @@ Description: The folder to store the MySQL binaries when they are downloaded fro
243243

244244
- `_DO_NOT_USE_beforeSignalCleanupMessage: string`
245245

246-
Required: No
247-
248246
Default: undefined
249247

250248
Description: The message to get displayed in the console before the cleanup that happens when the Node.js process is stopped without the ```stop()``` method being called first.
251249

252250
- `_DO_NOT_USE_afterSignalCleanupMessage: string`
253251

254-
Required: No
255-
256252
Default: undefined
257253

258254
Description: The message to get displayed in the console after the cleanup that happens when the Node.js process is stopped without the ```stop()``` method being called first.

0 commit comments

Comments
 (0)