From 994a6923f6e4c9c146a5a0fc3b7feddcf9a62009 Mon Sep 17 00:00:00 2001 From: "oleh.zorenko" Date: Thu, 21 Dec 2023 13:43:11 +0200 Subject: [PATCH] Update README Fix list numbers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80668a6..a65e151 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ You can achieve this by using [ngrok](https://ngrok.com). You need to [install]( image You will need to copy `Forwarding` part (for example, on the screenshot it will be `https://03d2-146-70-181-35.ngrok-free.app`) and update `APP_BASE_URL` in `.env` file. + 8. It's time to run application: ```shell uvicorn app.run:app --reload