From 70330a886d9d0306f8fb42e97dd37251d3012261 Mon Sep 17 00:00:00 2001 From: Ronnie Date: Mon, 3 May 2021 01:39:30 -0700 Subject: [PATCH] Fix a typo in the readme (#56) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3d4fee..c8b7db5 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ File | Purpose `README.md` | The file you are reading now, should contain info about the integration, installation and configuration instructions. `requirements.txt` | Python packages used by this integration. `requirements_dev.txt` | Python packages used to provide [IntelliSense](https://code.visualstudio.com/docs/editor/intellisense)/code hints during development of this integration, typically includes packages in `requirements.txt` but may include additional packages -`requirements_text.txt` | Python packages required to run the tests for this integration, typically includes packages in `requirements_dev.txt` but may include additional packages +`requirements_test.txt` | Python packages required to run the tests for this integration, typically includes packages in `requirements_dev.txt` but may include additional packages ## How?