From 8cc325ae65aba84fbbfdd29087416eb37e866bdd Mon Sep 17 00:00:00 2001 From: Gerard Weatherby Date: Thu, 23 Oct 2025 14:08:27 -0400 Subject: [PATCH] typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 53f356c5..51eff2f3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,7 +23,7 @@ SCRAM utilizes ``docker compose`` to run the following stack in production: - gobgp (communicating with networking gear over bgp for actions; blocking, shunting, redirecting, etc) - translator (a tool to pull information from SCRAM via websockets and send to gobgp container over gRPC) -A predefined actiontype of "block" exists which utilizes bgp nullrouting to effectivley block any traffic you want to apply. +A predefined actiontype of "block" exists which utilizes bgp nullrouting to effectively block any traffic you want to apply. You can add any other actiontypes via the admin page of the web interface dynamically, but keep in mind translator support would need to be added as well. ## Installation