From 604b5a62d2e6ee953e1ebdb2954d1bf4ff1a08e2 Mon Sep 17 00:00:00 2001 From: Takumi Yanagawa <113283236+yana1205@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:44:37 +0900 Subject: [PATCH] Update README.md (#20) * fix logo size (#19) Signed-off-by: Takumi Yanagawa * correct the description for Go version (#19) Signed-off-by: Takumi Yanagawa --------- Signed-off-by: Takumi Yanagawa --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7c043f..f9997f9 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 @@ -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