From 59d353def3b509b0f88d79f85c4c5406fb85bde0 Mon Sep 17 00:00:00 2001 From: Alexander Bessman Date: Thu, 23 May 2024 21:38:05 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f02bf31..3101ee8 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The logged traffic will be stored as JSON Lines, with one file per test file and │ ├── test_myproject.py ``` -Then after running `pytest --record`, the test/ directory will contain a new file, test_myproject.jsonl, containing the recorded serial traffic from the tests. +Then after running `pytest --record`, the tests/ directory will contain a new file, test_myproject.jsonl, containing the recorded serial traffic from the tests. ## Why