Skip to content

Commit ef8e87d

Browse files
authored
Merge pull request #8 from sadikkuzu/patch-1
Fix env var name
2 parents 62dcceb + 52c870d commit ef8e87d

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
@@ -6,7 +6,7 @@ It was written to accompany a [blog post](https://developer.mongodb.com/quicksta
66
## TL;DR
77

88
If you really don't want to read the [blog post](https://developer.mongodb.com/quickstart/python-quickstart-fastapi/) and want to get up and running,
9-
activate your Python virtualenv, and then run the following from your terminal (edit the `DB_URL` first!):
9+
activate your Python virtualenv, and then run the following from your terminal (edit the `MONGODB_URL` first!):
1010

1111
```bash
1212
# Install the requirements:

0 commit comments

Comments
 (0)