Skip to content

Commit 52c870d

Browse files
authored
Fix env var name
1 parent 72ca002 commit 52c870d

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
@@ -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:
@@ -23,4 +23,4 @@ uvicorn app:app --reload
2323

2424
Now you can load http://localhost:8000 in your browser ... but there won't be much to see until you've inserted some data.
2525

26-
If you have any questions or suggestions, check out the [MongoDB Community Forums](https://developer.mongodb.com/community/forums/)!
26+
If you have any questions or suggestions, check out the [MongoDB Community Forums](https://developer.mongodb.com/community/forums/)!

0 commit comments

Comments
 (0)