Skip to content

Commit cce78a5

Browse files
committed
Use GitHub stars badge in README
1 parent 2273675 commit cce78a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @api-wrappers/api-core
22

3+
![GitHub Repo stars](https://img.shields.io/github/stars/api-wrappers/api-core)
4+
35
Shared TypeScript HTTP runtime for API wrapper libraries.
46

57
`@api-wrappers/api-core` gives wrapper packages a small, predictable foundation
@@ -10,8 +12,6 @@ middleware.
1012
It is designed for packages that expose domain-specific clients while keeping
1113
their internal HTTP layer consistent and testable.
1214

13-
If this runtime saves you time, [star the repo](https://github.com/Api-Wrappers/api-core) to help other TypeScript SDK authors find it.
14-
1515
## Features
1616

1717
- Typed REST helpers: `get`, `post`, `put`, `patch`, `delete`, `head`,

0 commit comments

Comments
 (0)