diff --git a/README.md b/README.md index c3e8c81..9ddfbb6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ docker run -p 5000 \ -e OAUTH2_CLIENT_SECRET=your_client_secret \ xefir/divent ``` -- The app is accessible at http://localhost:5000 ### 2) Without Docker @@ -41,7 +40,10 @@ OAUTH2_CLIENT_ID=your_client_id \ OAUTH2_CLIENT_SECRET=your_client_secret \ divent ``` -- The app is accessible at http://localhost:5000 + +### Open your browser + +The app is accessible at http://localhost:5000 ## Links