Skip to content

Commit 6ab1b08

Browse files
committed
readme file updated
1 parent f84623d commit 6ab1b08

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# http-status-toolkit
22

3+
[![npm version](https://img.shields.io/npm/v/http-status-toolkit)](https://www.npmjs.com/package/http-status-toolkit)
4+
[![license](https://img.shields.io/npm/l/http-status-toolkit)](./LICENSE)
5+
[![GitHub stars](https://img.shields.io/github/stars/Rashedin-063/http-status-toolkit?style=social)](https://github.com/Rashedin-063/http-status-toolkit)
6+
7+
38
A simple and lightweight toolkit for HTTP status codes and messages — written in TypeScript for safe, reliable usage.
49

510
---
@@ -90,3 +95,9 @@ MIT License. See the LICENSE file.
9095
Feel free to suggest improvements or add new status codes by opening issues or pull requests on GitHub.
9196

9297

98+
## Links
99+
100+
- [GitHub Repository](https://github.com/Rashedin-063/http-status-toolkit)
101+
- [My Portfolio](https://www.rashedin.dev)
102+
103+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"typescript",
4949
"rest-api"
5050
],
51-
"author": "Rashedin Islam",
51+
"author": "Rashedin Islam <[email protected]>",
5252
"license": "MIT",
5353
"description": "A lightweight and developer-friendly toolkit for working with HTTP status codes and messages in Node.js and TypeScript.",
5454
"devDependencies": {

0 commit comments

Comments
 (0)