Skip to content

Commit 6ce12bf

Browse files
committed
docs(README): fix "downloadDir" outdated directory
fixes #799
1 parent f0dd48f commit 6ce12bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const mongod = new MongoMemoryServer({
129129
},
130130
binary: {
131131
version?: string, // by default '5.0.19'
132-
downloadDir?: string, // by default node_modules/.cache/mongodb-memory-server/mongodb-binaries
132+
downloadDir?: string, // see the documentation on what is chosen by default https://nodkz.github.io/mongodb-memory-server/docs/api/config-options#download_dir
133133
platform?: string, // by default os.platform()
134134
arch?: string, // by default os.arch()
135135
checkMD5?: boolean, // by default false OR process.env.MONGOMS_MD5_CHECK

0 commit comments

Comments
 (0)