Skip to content

Commit dd101f4

Browse files
Update README.md
1 parent 1d60c6b commit dd101f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ $ go test -coverprofile cover.out ./...
88
$ go-cover-heatmap -coverprofile cover.out > out.svg
99
```
1010

11-
`github.com/gohugoio/hugo`
11+
_<p align="center">github.com/gohugoio/hugo</p>_
1212
![example-hugo](docs/hugo.svg)
1313

14-
`github.com/gin-gonic/gin`
14+
_<p align="center">github.com/gin-gonic/gin</p>_
1515
![example-gin](docs/gin.svg)
1616

17-
`github.com/go-chi/chi`
17+
_<p align="center">github.com/go-chi/chi</p>_
1818
![example-chi](docs/chi.svg)
1919

20-
`github.com/nikolaydubina/treemap`
20+
_<p align="center">github.com/nikolaydubina/treemap</p>_
2121
![example-treemap](docs/go-cover-treemap.svg)
2222

23-
`github.com/nikolaydubina/go-featureprocessing`
23+
_<p align="center">github.com/nikolaydubina/go-featureprocessing</p>_
2424
![example-go-featureprocessing](docs/go-featureprocessing.svg)
2525

2626
## Disclaimer
@@ -39,4 +39,4 @@ Welcomed! Add pretty color palettes! Add interesting examples!
3939

4040
* Official Go tool to make HTML from cover profile: https://github.com/golang/go/blob/master/src/cmd/cover/html.go#L97
4141
* Official Go parser of cover profile `golang.org/x/tools/cover`: https://github.com/golang/tools/tree/master/cover
42-
* Go SVG Treemap renderer with heatmap: github.com/nikolaydubina/treemap
42+
* Go SVG Treemap renderer with heatmap: github.com/nikolaydubina/treemap

0 commit comments

Comments
 (0)