Skip to content

Commit c7129d2

Browse files
committed
update readme
1 parent 5e059bd commit c7129d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/markdown-patterns/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
Pattern-based configuration engine with query matching capabilities
44

55
## What is it for?
6-
7-
This package provides a powerful pattern engine that allows you to organize configuration data in markdown files and query them using sophisticated matching logic. It's perfect for creating rule-based systems, configuration hierarchies, and pattern-matching workflows.
6+
- Matches markdown files based on provided entry data
7+
- Supports hierarchical pattern inheritance
8+
- Supports custom query engines and schema validation
89

910
```typescript
1011
import { PatternEngine } from "@synstack/pattern";

0 commit comments

Comments
 (0)