From 6910b4dca480c451ec5d925dea51a18029313b84 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Mon, 5 Jul 2021 10:45:04 +0100 Subject: [PATCH] typo --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index bbf46dd..90bb37b 100644 --- a/backend/README.md +++ b/backend/README.md @@ -15,4 +15,4 @@ As we move to a sharded version of this telemetry server, this set of architectu # Deployment -A `shard.Dockerfile` and `telemetry.Dockerfile` exist to build the Shard and Telemetry Core binaries into docker containers. A `socker-compose.yaml` in the root of the repository can serve as an example of these services, along with the UI, running together. \ No newline at end of file +A `shard.Dockerfile` and `telemetry.Dockerfile` exist to build the Shard and Telemetry Core binaries into docker containers. A `docker-compose.yaml` in the root of the repository can serve as an example of these services, along with the UI, running together. \ No newline at end of file