diff --git a/README.rst b/README.rst
index a6d27f3e1f492ec5f0a7e1df6b6e4e0cb5120c1c..3a7c18e5591634cb7ba486280bc857c5f958943c 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.