From f914e78812ffc3461420ef228503d5a30f3351c1 Mon Sep 17 00:00:00 2001 From: Hedde van der Heide Date: Mon, 2 May 2022 12:39:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 362b691..bb5f694 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,6 @@ Now you can run commands from the netbox repository like this; $ python3 manage.py migrate netbox_slm $ python3 manage.py runserver 8001 ``` - + Visit http://127.0.0.1:8001 in the browser to see the auto reloading version of the netbox UI. Port 8000 is taken by the docker ran variant.