Skip to content

Commit

Permalink
correct error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fisher committed Sep 28, 2024
1 parent 12ecf76 commit 66922fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ $ while true; do echo $RANDOM; sleep 1; done | wf write file -m cli.demo -Fv -
If you wish to write points directly via the API, and you have the
"direct ingestion" privilege, just add `-u api` to your `write`
command. To send points to a proxy over HTTP, use `-u http`, and to
write to a Unix socket use `-u unix`.
write to a Unix socket use `-u socket`.

You can write delta metrics with `-i` (for increment).

Expand Down

0 comments on commit 66922fd

Please sign in to comment.