diff --git a/examples/flaskr/README b/examples/flaskr/README index fc555388..d7cb28f7 100644 --- a/examples/flaskr/README +++ b/examples/flaskr/README @@ -26,5 +26,5 @@ ~ Is it tested? - You betcha. Run the `flaskr_tests.py` file to see + You betcha. Run the `test_flaskr.py` file to see the tests pass. diff --git a/examples/minitwit/README b/examples/minitwit/README index 873ceb8e..9d84f627 100644 --- a/examples/minitwit/README +++ b/examples/minitwit/README @@ -27,5 +27,5 @@ ~ Is it tested? - You betcha. Run the `minitwit_tests.py` file to + You betcha. Run the `test_minitwit.py` file to see the tests pass.