Skip to content

Commit 0f3a99c

Browse files
committed
Update README
1 parent 56358ea commit 0f3a99c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<p align="center">
1+
<h1 align="center">
22
<picture>
33
<source srcset="https://raw.githubusercontent.com/chicong065/jsonpath-engine/main/assets/banner-dark.svg" media="(prefers-color-scheme: dark)">
44
<source srcset="https://raw.githubusercontent.com/chicong065/jsonpath-engine/main/assets/banner-light.svg" media="(prefers-color-scheme: light)">
5-
<img alt="jsonpath-engine banner" src="https://raw.githubusercontent.com/chicong065/jsonpath-engine/main/assets/banner-dark.svg" height="60">
5+
<img alt="jsonpath-engine banner" src="https://raw.githubusercontent.com/chicong065/jsonpath-engine/main/assets/banner-dark.svg" height="100">
66
</picture>
7-
</p>
8-
<p align="center">TypeScript-first, RFC 9535-compliant JSONPath query engine.</p>
7+
</h1>
8+
<h3 align="center">TypeScript-first, RFC 9535-compliant JSONPath query engine.</h3>
99
<br/>
1010

1111
JSONPath is a small query language for JSON, in the same spirit as XPath for XML or CSS selectors for the DOM. `jsonpath-engine` implements [RFC 9535](https://www.rfc-editor.org/rfc/rfc9535), the IETF standard that defines JSONPath's syntax, semantics, and well-typedness rules.

assets/banner-dark.svg

Lines changed: 1 addition & 1 deletion
Loading

assets/banner-light.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)