Skip to content

Commit 1772a3f

Browse files
committed
fix: readme
1 parent c7e07ea commit 1772a3f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Misc
10+
11+
- Fix some README.md
912

1013
## [0.3.2]
1114

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ _Tested at Rust version: `rustc 1.53.0 (53cb7b09b 2021-06-17)`_
3636
* Additional data to segment your queries by visitors
3737
* Tracing
3838
* Schema export to studio
39+
* Error traces
3940

4041
## Examples
4142

@@ -115,7 +116,7 @@ async fn main() -> anyhow::Result<()> {
115116
## Incoming
116117

117118
* Gzip compression
118-
* Error traces
119+
* More detailled traces for timing
119120

120121
## References
121122

0 commit comments

Comments
 (0)