From 6fbb909261fb644485708f9d07e3db36fbd98379 Mon Sep 17 00:00:00 2001 From: Nate Foster Date: Tue, 15 Oct 2024 15:38:38 +0100 Subject: [PATCH] Fix typo in README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc43f74..6cf5e5b 100644 --- a/README.md +++ b/README.md @@ -66,5 +66,5 @@ Apache header: This can be done automatically using [addlicense](https://github.com/google/addlicense) as follows: ```sh -addlicense -c "The P4-Constraints Authors" -l apache ./p4_constraints +addlicense -c "The NetKAT Authors" -l apache ./netkat ```