Skip to content

Commit 54df881

Browse files
committed
fix(search-query-language) docs
1 parent 3d50f72 commit 54df881

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/search-query-language/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Search Query Language <!-- omit in toc -->
22

3-
![license](https://img.shields.io/npm/l/query-parser) <!-- omit in toc -->
4-
![npm version](https://img.shields.io/npm/v/query-parser) <!-- omit in toc -->
5-
![npm bundle size](https://img.shields.io/bundlephobia/minzip/query-parser) <!-- omit in toc -->
3+
![license](https://img.shields.io/npm/l/%40andrew_l%2Fsearch-query-language) <!-- omit in toc -->
4+
![npm version](https://img.shields.io/npm/v/%40andrew_l%2Fsearch-query-language) <!-- omit in toc -->
5+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Fsearch-query-language) <!-- omit in toc -->
66

77
Search Query Language is a lightweight utility that converts human-readable query strings into structured representations. It supports parsing expressions into an abstract syntax tree (AST) and transforming them into queries.
88

9-
[Documentation](https://your-docs-link.com)
9+
[Documentation](https://men232.github.io/toolkit/reference/@andrew_l/search-query-language/)
1010

1111
<!-- install placeholder -->
1212

0 commit comments

Comments
 (0)