Update Readme.md

fix readme

Signed-off-by: akvlad <2798590+akvlad@users.noreply.github.com>
This commit is contained in:
akvlad
2023-02-01 19:24:54 +02:00
committed by GitHub
parent 595253f2c5
commit 48e84361d5

View File

@ -3,8 +3,11 @@
## API
`async init()` - initialize WASM
`parse('<INFLUX LINE REQUEST>')` - parse influx request to JSON
- output: `[{timestamp: "<timestmap in ns>", measurement: "<measurement>", tags:{tag1: "val1"}, fields:{f1: "v1"}]`
NOTE: Currently supports only `ns` precision!!!
## Example