Skip to content

Commit bb43945

Browse files
authored
Merge pull request #72 from js-thing/issue_69
resolves #69 #70
2 parents 967f297 + 4c090f3 commit bb43945

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Use with `Typescript` or `Javascript` in both _server_ or _client_ side.
1818
- Web-based Distributed Authoring and Versioning (WebDAV) defined in
1919
[RFC 2518](https://datatracker.ietf.org/doc/html/rfc2518)
2020

21+
22+
View project on [GitHub](https://github.com/js-thing/http-status-codes)
23+
2124
---
2225

2326
### Documentation
@@ -28,13 +31,13 @@ An example of VS Code IntelliSense showing the Unauthorized enum member.
2831

2932
![image](https://github.com/js-thing/http-status-codes/raw/main/VS_Code_IntelliSense.png)
3033

31-
#### The complete documentation of this project can be found in this [link](https://http-status-codes.js-thing.com)
34+
The complete documentation of this project can be found in this [link](https://http-status-codes.js-thing.com).
3235

3336
---
3437

3538
### Installation
3639

37-
Install from npm
40+
Install from [npm](https://www.npmjs.com/package/@js-thing/http-status-codes)
3841
```sh
3942
npm install @js-thing/http-status-codes
4043
```

0 commit comments

Comments
 (0)