From e0c6c9de8463f2ab8fc1de50cfec8710e646b439 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Fri, 28 Jul 2023 15:25:41 +0200 Subject: [PATCH] docs(README.md): correct typo Signed-off-by: Leonardo Grasso --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1069e214..94c2dc46 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ At its core, Falco is a kernel monitoring and detection agent that observes events, such as syscalls, based on custom rules. Falco can enhance these events by integrating metadata from the container runtime and Kubernetes. The collected events can be analyzed off-host in SIEM or data lake systems. -Falco, originally created by [Sysdig](https://sysdig.com), is an incubating project under the [Cloud Native Computing Foundation](https://cncf.io) (CNCF) used in producation by various [organisations](https://github.com/falcosecurity/falco/blob/master/ADOPTERS.md). +Falco, originally created by [Sysdig](https://sysdig.com), is an incubating project under the [Cloud Native Computing Foundation](https://cncf.io) (CNCF) used in production by various [organisations](https://github.com/falcosecurity/falco/blob/master/ADOPTERS.md). For detailed technical information and insights into the cyber threats that Falco can detect, visit the official [Falco](https://falco.org/) website.