From 3811e2b3913201dab4a8785a3ca62c9fc2499ed9 Mon Sep 17 00:00:00 2001 From: Adrienne Dreyfus <adreyfus@stripe.com> Date: Mon, 25 Feb 2019 13:40:57 -0800 Subject: [PATCH] Fixed small typo in README --- server/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/python/README.md b/server/python/README.md index 80f57931..9c420993 100644 --- a/server/python/README.md +++ b/server/python/README.md @@ -80,7 +80,7 @@ Don't forget to append `/webhook` when you set up your Stripe webhook URL in the You can find tests for the API located in the `tests` directory. Make sure you're running in the virtual environment you created earlier. ``` -souce env/bin/activate +source env/bin/activate cd tests python tests.py ```