Fix up GFM syntax

GitHub Flavoured Markdown's syntax for creating a list of checkboxes requires both the `[ ]` and a `*` list marker.
This commit is contained in:
James O'Gorman
2019-10-13 17:40:38 +01:00
committed by GitHub
parent 732a45e26a
commit d8ee8eec63

View File

@@ -4,11 +4,11 @@ The `chaos` package allows interacting with the [Andrews and Arnold](https://aa.
Implemented features:
[x] Broadband info
[x] Broadband quota
[ ] Broadband PPP kill
[ ] Broadband ordering
[ ] Broadband availability checker
[ ] Broadband ordering
[ ] Login info
[ ] Login adjustment
* [x] Broadband info
* [x] Broadband quota
* [ ] Broadband PPP kill
* [ ] Broadband ordering
* [ ] Broadband availability checker
* [ ] Broadband ordering
* [ ] Login info
* [ ] Login adjustment