From c43596b0128ee8f52f20f0ed5e8d5c23a19d0e54 Mon Sep 17 00:00:00 2001 From: TJ Horner Date: Thu, 28 Feb 2019 12:01:26 -0800 Subject: [PATCH] yep --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aea5d9b..61d488a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It does basically the same thing as [this tool](https://www.npmjs.com/package/e6 It supports concurrently downloading posts, and you can set a maximum number of workers that should be downloading at a time. -I made this because I wanted to rewrite one of my previous projects in Go, so I decided to start with this one since it's a pretty small and simple command line tool. +I made this because I wanted to rewrite one of my previous projects in Go, so I decided to start with this one since it's a pretty small and simple command line tool that encapsulates a lot of concepts in the language (type definition, imports, goroutines, standard libraries, slices, to name a few). ## Installing, Building, etc.