Skip to content

Commit 0fd3648

Browse files
committed
docs(README): update broken link
1 parent 1ed823b commit 0fd3648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ _Note: the package does try to download `mongod` upon server start if it cannot
130130

131131
### Configuring which mongod binary to use
132132

133-
The default behaviour is that version ~~`latest`~~`4.0.20` for your OS will be downloaded. By setting [ENVIRONMENT variables](#options-which-can-be-set-via-environment-variables) you are able to specify which version and binary will be downloaded:
133+
The default behaviour is that version ~~`latest`~~`4.0.20` for your OS will be downloaded. By setting [Environment variables](https://nodkz.github.io/mongodb-memory-server/docs/api/config-options) you are able to specify which version and binary will be downloaded:
134134

135-
```bash
135+
```sh
136136
export MONGOMS_DOWNLOAD_URL=https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.2.8.tgz
137137
export MONGOMS_VERSION=4.2.8
138138
```

0 commit comments

Comments
 (0)