From b83c7ef5c8c88b7b66eb02d8f6c4b8dc501acae1 Mon Sep 17 00:00:00 2001 From: Oct0pu5 <86554778+Octopus058@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:44:32 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e3149..f8a3218 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ If you use mongodb, you need to specify the environment variable `DB_URL` export DB_URL=mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count ``` -replit can use Secrets, [documentation](https://docs.replit.com/programming-ide/storing-sensitive-information-environment-variables) +Replit can use Secrets, check [documentation](https://docs.replit.com/programming-ide/storing-sensitive-information-environment-variables) ``` DB_URL="mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count"