From 063743ade2f7ad54509974ab90ab6cbceb16e1db Mon Sep 17 00:00:00 2001 From: Kyle Lobo Date: Thu, 14 May 2020 21:54:27 +0530 Subject: [PATCH] Changed order of templates --- en/README_TEMPLATES/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/en/README_TEMPLATES/README.md b/en/README_TEMPLATES/README.md index 789c945..f0c659a 100644 --- a/en/README_TEMPLATES/README.md +++ b/en/README_TEMPLATES/README.md @@ -1,9 +1,9 @@ ### This folder contains various README Templates that one can use based on the type of project. -1. [Bot.md](./Bot.md) - For if you have an awesome Bot that you want to share with others. -2. [Hackathon.md](./Hackathon.md) - At a Hackathon and quickly need to set up a beautiful, thorough -README that leaves a lasting impression on the judges? This is the template for you! -3. [IoT.md](./IoT.md) - This repo nails down the nitty-gritties that go into documenting an IoT project. -4. [Minimal.md](./Minimal.md) - Quickly set up a very basic, minimal README for your project. -5. [Standard.md](./Standard.md) - A detailed, comprehensive template that covers all the major aspects +1. [Minimal.md](./Minimal.md) - Quickly set up a very basic, minimal README for your project. +2. [Standard.md](./Standard.md) - A detailed, comprehensive template that covers all the major aspects of a README. +3. [Hackathon.md](./Hackathon.md) - At a Hackathon and quickly need to set up a beautiful, thorough +README that leaves a lasting impression on the judges? This is the template for you! +4. [Bot.md](./Bot.md) - If you have an awesome Bot that you want to share with others. +5. [IoT.md](./IoT.md) - This repo nails down the nitty-gritties that go into documenting an IoT project.