From 915d47687468e6d8f61a8d0fd2361fccf49b339c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Wed, 17 Dec 2025 21:30:28 +0100 Subject: [PATCH] change a 'for' to a 'from' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47674bd6..48f43156 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ keywords = ["ssl", "mitm"] # Optional: the advisory license as an SPDX identifier. The default is "CC0-1.0". # Accepted values are "CC0-1.0" and "CC-BY-4.0". # When using "CC-BY-4.0", the `url` field must contain the link to the source -# advisory. This should only be used for advisories imported for the GitHub +# advisory. This should only be used for advisories imported from the GitHub # Advisory database ("GHSA"). #license = "CC-BY-4.0"