From 847924d2325f17de2031a9e39d7d91aa4adeb3d0 Mon Sep 17 00:00:00 2001 From: Erik Taubeneck Date: Sat, 8 Jun 2024 13:02:04 -0700 Subject: [PATCH] readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e727bb..ed25686 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ draft is a project designed to help test [IPA](https://github.com/private-attribution/ipa) at scale. It contains two components: -1. draft-server: a web front end and service that starts queries an displays logs from the MPC helper servers. +1. draft-server: a web front end and service that starts queries and displays logs from the MPC helper servers. 2. draft-sidecar: a sidecar backend API that runs next to the IPA binary on helper servers. This includes a CLI for setup and running.