From d47e2f9d73a0cd2054f3bdc1f64199fc29818825 Mon Sep 17 00:00:00 2001 From: Takumi Yanagawa Date: Fri, 7 Jun 2024 10:55:38 +0900 Subject: [PATCH 1/2] fix logo size (#19) Signed-off-by: Takumi Yanagawa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7c043f..040330a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Logo Compliance-to-Policy (also known as `C2P`) +# Logo Compliance-to-Policy (also known as `C2P`) ## Introduction From 78484373c643353ed252f7b05848abfb2a6cea53 Mon Sep 17 00:00:00 2001 From: Takumi Yanagawa Date: Fri, 7 Jun 2024 11:29:45 +0900 Subject: [PATCH 2/2] correct the description for Go version (#19) Signed-off-by: Takumi Yanagawa --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 040330a..f9997f9 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ C2P supports Compliance and PVP as follows: C2P reduces the cost to implement the interchange between Compliance artifacts and PVP proprietary artifacts. C2P is extensible to various PVPs through plugin. -## C2P in Go language (deprecated) -C2P was originally maintained in Go language but now it's maintained in Python. The Go verion is moved to [/go](/go/README.md). +## C2P in Go language +The Go verion is available in the [go directory](/go/README.md). ## Install