From a035abd15f43f516b16d9a3f2435c6d94f337be6 Mon Sep 17 00:00:00 2001 From: Zac Garby Date: Thu, 31 Aug 2017 20:34:13 +0100 Subject: [PATCH] Fix < and > in TODO --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 15332b0..954a55b 100644 --- a/TODO.md +++ b/TODO.md @@ -1,9 +1,9 @@ - When installing a package, make sure it's valid. For a package to be valid it must: - - Have a .yaml, containing the following fields: + - Have a <package>.yaml, containing the following fields: - `title` - `description` - `version` - `sources` - - All sources listed in .yaml must be present + - All sources listed in <package>.yaml must be present