From 3421fa128a245535d8b32ae6e1369822d158fe79 Mon Sep 17 00:00:00 2001 From: Bryan BRANCOTTE <bryan.brancotte@pasteur.fr> Date: Tue, 9 Jan 2024 15:17:50 +0100 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a6d27f3..3a7c18e 100644 --- a/README.rst +++ b/README.rst @@ -19,8 +19,8 @@ Quick start 2. Include the polls URLconf in your project urls.py like this:: - path("polls/", include("django_kubernetes_probes.urls")), + path('', include('django_kubernetes_probes.urls')), 4. Start the development server. -5. Visit the ``/probe_alive/`` URL to see that you app is alive. \ No newline at end of file +5. Visit the ``/probe_alive/`` URL to see that you app is alive. -- GitLab