From 757f923c66e1adc2400328acb6cdc9ff80a8409d Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 13 Sep 2021 17:42:16 -0400 Subject: [PATCH] reword README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e937b17d2..a4582257e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ There are four crates here: * [taskchampion](./taskchampion) - the core of the tool * [taskchampion-cli](./cli) - the command-line binary * [taskchampion-sync-server](./sync-server) - the server against which `task sync` operates - * [replica-server-tests](./replica-server-tests) - the server against which `task sync` operates + * [replica-server-tests](./replica-server-tests) - integration tests covering both _taskchampion-cli_ and _taskchampion-sync-server_ ## Documentation Generation