From 004d4ac88ea7d6bc81b211b2c1bde0f25912f24f Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Wed, 25 Sep 2024 18:36:53 -0400 Subject: [PATCH] Consistent formatting of periods --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2bb2b75..2923abfe 100644 --- a/README.md +++ b/README.md @@ -113,12 +113,12 @@ The following providers exist: * [tasty-program](https://hackage.haskell.org/package/tasty-program) — run external program and test whether it terminates successfully * [tasty-wai](https://hackage.haskell.org/package/tasty-wai) — - for testing [wai](https://hackage.haskell.org/package/wai) endpoints. + for testing [wai](https://hackage.haskell.org/package/wai) endpoints * [tasty-inspection-testing](https://hackage.haskell.org/package/tasty-inspection-testing) — for compile-time testing of code properties (based on [inspection-testing](http://hackage.haskell.org/package/inspection-testing)) * [tasty-flaky](https://hackage.haskell.org/package/tasty-flaky) — add delay and - retry logic to any test that is known to fail intermittently. + retry logic to any test that is known to fail intermittently [tasty-golden]: https://hackage.haskell.org/package/tasty-golden