From 990656a36de23ca83ea620ccd202da790151c541 Mon Sep 17 00:00:00 2001 From: Artem Malyshev Date: Fri, 2 Feb 2018 14:20:30 +0300 Subject: [PATCH] Correct project name in the README. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8bf6a49..72fb333 100644 --- a/README.rst +++ b/README.rst @@ -126,7 +126,7 @@ Please refer to the To run tests, make sure you have installed the ``tests`` extra with the package:: - cd asgiref/ + cd daphne/ pip install -e .[tests] pytest