From 0b472857b80847ca7d0891989c22509d7e19f750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=93=A5?= Date: Fri, 2 Aug 2024 19:25:45 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34c0c7d..b1af748 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # go-plugin -[![Go](https://github.com/jorben/go-plugin/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/kcat-io/go-plugin/actions/workflows/go.yml) -![GitHub release (latest by date)](https://img.shields.io/github/v/release/kcat-io/go-plugin) -![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/kcat-io/go-plugin) +[![Go](https://github.com/jorben/go-plugin/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/jorben/go-plugin/actions/workflows/go.yml) +![GitHub release (latest by date)](https://img.shields.io/github/v/release/jorben/go-plugin) +![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/jorben/go-plugin) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)](http://copyfree.org) 一个插件库(插件引擎),可以使你的Go程序轻松支持插件式扩展。 @@ -12,8 +12,6 @@ - 各插件的执行顺序如下图所示 -[![go-plugin](https://kcat.me/usr/uploads/2022/03/3388664059.png)](https://kcat.io) - ## Install ```shell go get -u github.com/jorben/go-plugin/plugin