Skip to content

Commit

Permalink
fix typo in timestamp specification syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fahimahmedx committed Nov 28, 2023
1 parent 21810c5 commit 96363ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ Timestamp specification syntax
- numbers can contain { _ . K M } 5_000 5K 15M 15.5M
- omitting range end means latest 15.5M: == 15.5M:latest
- omitting range start means 0 :700 == 0:700
- minus on start means minus end -1000:7000 == 6000:7000
- plus sign on end means plus start 15M:+1000 == 15M:15.001K
- minus on start means minus end -1000:7000 == 6001:7001
- plus sign on end means plus start 15M:+1000 == 15M:15.001M
- can use n values total 100:200/5 == 100 124 149 174 199
Transaction specification syntax
Expand Down

0 comments on commit 96363ad

Please sign in to comment.