Skip to content

Commit 43748af

Browse files
Updated README with installation notes (#86)
* Updated README with installation notes * Revised readme.md for project status Updated README to clarify project status.
1 parent e6d70d5 commit 43748af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Hyperjump - Better JSON Schema Errors
22
It transforms standard, machine-oriented validation output into clear, human-friendly error messages ideal for API responses and developer tools. Built upon the official JSON Schema Output Format introduced in draft 2019-09, it ensures seamless compatibility with any compliant validator.
33

4-
### Node.js
54

6-
```bash
7-
npm install @hyperjump/better-json-schema-errors
8-
```
5+
> **Note:** This package is not yet published to npm. You can clone this repository locally to experiment with it:
6+
> This project is currently a **work in progress** and will be published to npm once completed.
7+
98

109
## API Error Message Format
1110

0 commit comments

Comments
 (0)