From aa187dba2fa96a2f5e2c7d9f75daf9320bc8d577 Mon Sep 17 00:00:00 2001 From: Jonas 12t Date: Fri, 22 Oct 2021 09:34:53 +0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ac7282..108d9f5 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ docker exec -ti tibillet_django bash # Launch the http dev' server ( for production, see the Django & gunicorn doc ) python /DjangoFiles/manage.py runserver_plus 0.0.0.0:8002 - # or you can use the alias in the .bashrc i've made : + # or you can use the alias from the .bashrc : rsp ```