From 241a5a9147ac9ab6ad8974620b6def1e52017080 Mon Sep 17 00:00:00 2001 From: chaochaoweb3 <49186707+chaochaoweb3@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:26:20 +0800 Subject: [PATCH] docs: fix README badge owner --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a79f416..d7d9408 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # originplot skill [![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) -[![GitHub stars](https://img.shields.io/github/stars/xiaoou/originplot-skill?style=flat)](https://github.com/xiaoou/originplot-skill/stargazers) -[![GitHub issues](https://img.shields.io/github/issues/xiaoou/originplot-skill)](https://github.com/xiaoou/originplot-skill/issues) +[![GitHub stars](https://img.shields.io/github/stars/deliuou/originplot-skill?style=flat)](https://github.com/deliuou/originplot-skill/stargazers) +[![GitHub issues](https://img.shields.io/github/issues/deliuou/originplot-skill)](https://github.com/deliuou/originplot-skill/issues) `originplot` is a skill for automating Origin/OriginPro figures from external Python. It treats OriginPro as a publication-quality rendering and template engine while keeping data preparation, computation, batching, and export orchestration in Python.