From d73bdd7f0019b95006a1cba9e7b1326dcbe62879 Mon Sep 17 00:00:00 2001 From: Noah Graham <155592098+NoahGrahamDev@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:31:37 -0600 Subject: [PATCH] Update README.md to fix incorrect grammar (#387) Fixes incorrect grammar in the README.md documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 584fcc4..e1b4a1d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ OpenCanary runs as a daemon and implements multiple common network protocols. When attackers breach networks and interact with the honeypot, OpenCanary will send you alerts via a variety of mechanisms. -OpenCanary is implemented in Python and so the core honeypot is cross-platform, however certain features require specific OSes. Running on Linux will give you the most options. It has extremely low resource requirements; for example it can be deployed happily on a Raspberry Pi, or a VM with minimal resources. +OpenCanary is implemented in Python, so the core honeypot is cross-platform; however, certain features require specific OSes. Running on Linux will give you the most options. It has extremely low resource requirements; for example, it can be deployed happily on a Raspberry Pi or a VM with minimal resources. This README describes how to install and configure OpenCanary on Ubuntu Linux and MacOS.