fixed bullet points

This commit is contained in:
rby90
2018-04-08 13:34:24 -04:00
committed by GitHub
parent 97e4a7088e
commit d9bc04ee33

View File

@@ -6,8 +6,8 @@
* If tutorial is a video series link directly to the playlist when possible. (i.e. [Let's Make: Dangerous Dave](https://www.youtube.com/playlist?list=PLSkJey49cOgTSj465v2KbLZ7LMn10bCF9)) * If tutorial is a video series link directly to the playlist when possible. (i.e. [Let's Make: Dangerous Dave](https://www.youtube.com/playlist?list=PLSkJey49cOgTSj465v2KbLZ7LMn10bCF9))
* For multi-part blog series that don't include a Table of Contents add each individual part under the title: * For multi-part blog series that don't include a Table of Contents add each individual part under the title:
``` ```
- Title * Title
- [Part 1 - Title](link_to_part_1) * [Part 1 - Title](link_to_part_1)
- [Part 2 - Title](link_to_part_2) * [Part 2 - Title](link_to_part_2)
... ...
``` ```