From 1b56d2a762b189c6a467d4ab31450287a5b6373c Mon Sep 17 00:00:00 2001 From: John Singleton <47330888+jmsingleton@users.noreply.github.com> Date: Sun, 23 Jun 2024 01:50:06 -0700 Subject: [PATCH] Update README.md (#3982) Forgot a word in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00abf936d6..e4b84ecc13 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ ## Why Bacalhau? - :zap: **Fast job processing**: Jobs in Bacalhau are processed where the data was created and all jobs are parallel by default. - :moneybag: **Low cost**: Reduce (or eliminate) ingress/egress costs since jobs are processed closer to the source. Take advantage of as well idle computation capabilities at the edge. -- :lock: **Secure**: Data scrubbing and security can before migration to reduce the chance of leaking private information, and with a far more granular, code-based permission model. +- :lock: **Secure**: Data scrubbing and security can happen before migration to reduce the chance of leaking private information, and with a far more granular, code-based permission model. - 🚛 **Large-scale data**: Bacalhau operates on a network of open compute resources made available to serve any data processing workload. With Bacalhau, you can batch process petabytes (quadrillion bytes) of data. ## Getting started - Bacalhau in 1 minute