From 9bebec38a8994bbda2b0987724ba1ba5dc13764c Mon Sep 17 00:00:00 2001 From: Moge800 <6390829+Moge800@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:10:37 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20README=E3=81=AB=E3=82=B7=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E3=83=89=E3=83=90=E3=83=83=E3=82=B8=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release・License・Go Reference・Goバージョンの4つのバッジをREADME.mdとREADME_jp.mdに追加。 Co-Authored-By: Claude Sonnet 4.6 --- README.md | 5 +++++ README_jp.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index a37fc80..1cc2b74 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ [日本語版はこちら](./README_jp.md) +[![Release](https://img.shields.io/github/v/release/moge800/gomcprotocol)](https://github.com/moge800/gomcprotocol/releases/latest) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) +[![Go Reference](https://pkg.go.dev/badge/github.com/moge800/gomcprotocol.svg)](https://pkg.go.dev/github.com/moge800/gomcprotocol) +[![Go](https://img.shields.io/badge/Go-1.24%2B-00ADD8?logo=go&logoColor=white)](https://go.dev) + A Go library for communicating with Mitsubishi PLCs using the MC Protocol (SLMP). ## Features diff --git a/README_jp.md b/README_jp.md index 739b646..937c254 100644 --- a/README_jp.md +++ b/README_jp.md @@ -2,6 +2,11 @@ [English version](./README.md) +[![Release](https://img.shields.io/github/v/release/moge800/gomcprotocol)](https://github.com/moge800/gomcprotocol/releases/latest) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) +[![Go Reference](https://pkg.go.dev/badge/github.com/moge800/gomcprotocol.svg)](https://pkg.go.dev/github.com/moge800/gomcprotocol) +[![Go](https://img.shields.io/badge/Go-1.24%2B-00ADD8?logo=go&logoColor=white)](https://go.dev) + 三菱電機 PLC と MC プロトコル(SLMP)で通信するための Go ライブラリです。 ## 機能