Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 73fbd9d

Browse files
authored
Docs/readme header (#66)
* docs/readme-header * better badges
1 parent d7490fd commit 73fbd9d

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
<p align="left">
2-
<a href="/">
3-
<img src="./assets/trpc-openapi.svg" alt="tRPC-OpenAPI" height="100"/>
4-
</a>
5-
</p>
6-
7-
# trpc-openapi
8-
9-
### **[OpenAPI](https://swagger.io/specification/) support for [tRPC](https://trpc.io/)** 🧩
1+
![trpc-openapi](assets/trpc-openapi-readme.png)
2+
3+
<div align="center">
4+
<h1>trpc-openapi</h1>
5+
<a href="https://www.npmjs.com/package/trpc-openapi"><img src="https://img.shields.io/npm/v/trpc-openapi.svg?style=flat&color=brightgreen" target="_blank" /></a>
6+
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-MIT-black" /></a>
7+
<a href="https://trpc.io/discord" target="_blank"><img src="https://img.shields.io/badge/chat-discord-blue.svg" /></a>
8+
<br />
9+
<hr />
10+
</div>
11+
12+
## **[OpenAPI](https://swagger.io/specification/) support for [tRPC](https://trpc.io/)** 🧩
1013

1114
- Easy REST endpoints for your tRPC procedures.
1215
- Perfect for incremental adoption.

assets/trpc-openapi-graph.png

631 KB
Loading

assets/trpc-openapi-readme.png

325 KB
Loading

0 commit comments

Comments
 (0)