We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4505b commit b208c6aCopy full SHA for b208c6a
1 file changed
README.md
@@ -66,12 +66,12 @@ attempt:>2
66
user_id:"alice" AND level:"ERROR" AND timestamp:[now-1h TO now]
67
```
68
69
-**Before:** Grep through gigabytes of text files
+**Before:** Grep through gigabytes of text files<br>
70
**After:** Instant search and filtering
71
72
## Get Started
73
74
-Getting started with logstructor is as simple as installing the package and using its drop‑in replacement for the standard Python logger.
+Getting started with ``LogStructor`` is as simple as installing the package and using its drop‑in replacement for the standard Python logger.
75
76
```bash
77
pip install logstructor
0 commit comments