From 972dc9a7525b8e144b7ec7690d423c8e7919a3d8 Mon Sep 17 00:00:00 2001 From: William Melody Date: Tue, 14 Apr 2020 13:17:18 -0700 Subject: [PATCH] Improve README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1110a85..bc94cf9 100644 --- a/README.md +++ b/README.md @@ -579,7 +579,7 @@ Description: ## Tests -To run the test suite, install [Bats](https://github.com/sstephenson/bats) and +To run the [test suite](test), install [Bats](https://github.com/sstephenson/bats) and run `bats test` in the project root directory. ---