Typo httpds → https

This commit is contained in:
Lilian Besson
2017-11-08 08:56:32 +01:00
committed by GitHub
parent fff93bb086
commit 419172d89a

View File

@@ -73,7 +73,7 @@ A list of badges, with their Markdown code, that can be included in a `README.md
## Generic
[![Generic badge](https://img.shields.io/badge/<SUBJECT>-<STATUS>-<COLOR>.svg)](https://shields.io/)
```markdown
[![Generic badge](https://img.shields.io/badge/<SUBJECT>-<STATUS>-<COLOR>.svg)](httpds://shields.io/)
[![Generic badge](https://img.shields.io/badge/<SUBJECT>-<STATUS>-<COLOR>.svg)](https://shields.io/)
```
----