From d9bc04ee33ad324f10be41b5ddde0085ee2589d4 Mon Sep 17 00:00:00 2001 From: rby90 <34209017+rby90@users.noreply.github.com> Date: Sun, 8 Apr 2018 13:34:24 -0400 Subject: [PATCH] fixed bullet points --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32ca48e..5bddd2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)) * For multi-part blog series that don't include a Table of Contents add each individual part under the title: ``` - - Title - - [Part 1 - Title](link_to_part_1) - - [Part 2 - Title](link_to_part_2) + * Title + * [Part 1 - Title](link_to_part_1) + * [Part 2 - Title](link_to_part_2) ... ```