From dc6a57645625fdbe10110d7984c45d96e8bfe189 Mon Sep 17 00:00:00 2001 From: Alex Kan Date: Mon, 30 Jan 2023 15:29:58 -0800 Subject: [PATCH] Fix typo in test section in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf5d69ab..39cf8ef70 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ For the latest version, check out the repo and call ```bash > pip3 install -e .[dev,streaming] > export ETHEREUM_ETL_RUN_SLOW_TESTS=True -> export PROVIDER_URL= +> export PROVIDER_URL= > pytest -vv ```