From 03d5e4766480c172fe41fd50447ac40151437cbf Mon Sep 17 00:00:00 2001 From: npmstudy Date: Wed, 13 Dec 2023 19:48:19 +0800 Subject: [PATCH] chore: refact --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6ee32e..da99692 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Tomcat -[![npm](https://img.shields.io/npm/v/@tomrpc/core.svg)](https://www.npmjs.com/package/@tomrpc/core) [![Node.js CI](https://github.com/npmstudy/tomcat/actions/workflows/ci.yml/badge.svg)](https://github.com/npmstudy/tomcat/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/npmstudy/tomcat/graph/badge.svg?token=JKAAY92RBH)](https://codecov.io/gh/npmstudy/tomcat) - > Build function-based API with minimal code +[![npm](https://img.shields.io/npm/v/@tomrpc/core.svg)](https://www.npmjs.com/package/@tomrpc/core) [![Node.js CI](https://github.com/npmstudy/tomcat/actions/workflows/ci.yml/badge.svg)](https://github.com/npmstudy/tomcat/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/npmstudy/tomcat/graph/badge.svg?token=JKAAY92RBH)](https://codecov.io/gh/npmstudy/tomcat) + + - Basic - @tomrpc/core 最核心的函数机制 - @tomrpc/client 客户端,支持Node.js和浏览器