Merge pull request #659 from RohitYandigeri/patch-4

Update README.md
This commit is contained in:
David Wertenteil
2022-08-24 15:35:21 +03:00
committed by GitHub

View File

@@ -155,7 +155,7 @@ curl --header "Content-Type: application/json" \
#### Data profiling
Analyze profiled data using [pprof](https://github.com/google/pprof/blob/main/doc/README.md).
[How ro use](https://pkg.go.dev/net/http/pprof)
[How to use](https://pkg.go.dev/net/http/pprof)
example:
```bash