README.md: Remove weird sublists

Instead of using sublists here, it is possible to just start a new
paragraph within the same list item.
This commit is contained in:
Uli Schlachter 2017-10-31 14:19:38 +01:00
parent 6658ccd9c5
commit 3555b9721d
1 changed files with 2 additions and 2 deletions

View File

@ -55,12 +55,12 @@ section in `recipes.mdwn` file.
1. Create a new page with your tutorial/setup/widget/snippet in Markdown, with a
relevant name, under the `recipes` folder.
- Example `recipes/xrandr-tutorial.mdmw`
Example `recipes/xrandr-tutorial.mdmw`
1. Link your page to the right section in the `recipes.mdwn` page with Markdown
syntax.
- Example `[XrandR Tutorial](../recipes/xrandr-tutorial.html)`
Example `[XrandR Tutorial](../recipes/xrandr-tutorial.html)`
### Seeing results and pulling your changes