Skip to content

Commit d77d3d9

Browse files
feat: update readme
1 parent 9495a3d commit d77d3d9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ logdash.Info("Hello", "From", "LogDash");
6767
### Metrics
6868

6969
```csharp
70+
// to set absolute value
7071
metrics.Set("key", 2);
72+
73+
// or increment / decrement by
7174
metrics.Mutate("key", 3);
7275
```
7376

@@ -89,4 +92,4 @@ Contributions are welcome! Feel free to open issues or submit pull requests.
8992

9093
## Support
9194

92-
If you encounter any issues, please open an issue on GitHub or let us know at [contact@logdash.io](mailto:contact@logdash.io).
95+
If you encounter any issues, please open an issue on GitHub or let us know at [contact@logdash.io](mailto:contact@logdash.io).

0 commit comments

Comments
 (0)