diff --git a/How-to-use-debug-api.md b/How-to-use-debug-api.md
index 2a9d7f3..fe58811 100644
--- a/How-to-use-debug-api.md
+++ b/How-to-use-debug-api.md
@@ -30,11 +30,10 @@ Heap details:
```
go tool pprof -http=:8080 http://127.0.0.1:xxxx/debug/pprof/heap
````
-
+
Allocs details
````
go tool pprof -http=:8080 http://127.0.0.1:xxxx/debug/pprof/allocs
````
-
-
+