Point example badge to hoc repo

This commit is contained in:
Valentin Brandl 2019-04-19 17:59:39 +02:00
parent 4b6c4e1a64
commit ca30476ea6
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -39,7 +39,7 @@ following Markdown
</p> </p>
<pre> <pre>
[![Hits-of-Code](https://hitsofcode.com/github/vbrandl/elm-chess)](https://hitsofcode.com/view/github/vbrandl/elm-chess) [![Hits-of-Code](https://hitsofcode.com/github/vbrandl/hoc)](https://hitsofcode.com/view/github/vbrandl/hoc)
</pre> </pre>
<p> <p>
@ -47,7 +47,7 @@ would render this badge:
</p> </p>
<pre> <pre>
<a href="https://hitsofcode.com/view/github/vbrandl/elm-chess"><img src="https://hitsofcode.com/github/vbrandl/elm-chess" /></a> <a href="https://hitsofcode.com/view/github/vbrandl/hoc"><img src="https://hitsofcode.com/github/vbrandl/hoc" /></a>
</pre> </pre>
</div> </div>