From e9955a8f47ad1ad2080805ab68a480abf7e31264 Mon Sep 17 00:00:00 2001 From: TeaDrivenDev Date: Wed, 8 Jan 2020 01:13:57 +0100 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d463feee..ce2c263b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This takes away the ambiguity that developers face when creating an OSS project. - How do I structure my project? - How do I create repeatable builds? - Which test framework should I use? -- How to I create releases easily? +- How do I create releases easily? - What Issue/Pull Request templates should I use? - How should I go about creating documentation? - How do I get CI setup easily?