From a16509866ac705896f9d92f815826050e9cfa7f0 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 2 Mar 2015 22:19:38 -0500 Subject: Correct usage example --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 86da93a..7b099e8 100644 --- a/README.txt +++ b/README.txt @@ -83,7 +83,7 @@ this contingency, consider requiring pytest-runner only when pytest is invoked:: needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv) - pytest_runner = ['pytest_runner'] if needs_pytest else [] + pytest_runner = ['pytest-runner'] if needs_pytest else [] # ... -- cgit v1.2.1