Small edits
diff --git a/Projects.md b/Projects.md
index d0b070f..d4d3d8e 100644
--- a/Projects.md
+++ b/Projects.md
@@ -24,6 +24,7 @@
* [Command-line Option Parsers](#command-line-option-parsers)
* [Command-line Tools](#command-line-tools)
* [Compression](#compression)
+* [Concurrency and Goroutines](#concurrency-and-goroutines)
* [Configuration File Parsers](#configuration-file-parsers)
* [Console User Interface](#console-user-interface)
* [Continuous Integration](#continuous-integration)
@@ -43,7 +44,6 @@
* [Games](#games)
* [GIS](#gis)
* [Go Implementations](#go-implementations)
-* [Goroutines](#goroutines)
* [Graphics and Audio](#graphics-and-audio)
* [GUIs and Widget Toolkits](#guis-and-widget-toolkits)
* [Hardware](#hardware)
@@ -190,6 +190,13 @@
* [yenc](https://github.com/chrisfarms/yenc) - yenc decoder package
* [zappy](https://github.com/cznic/zappy) - Package zappy implements the zappy block-based compression format. It aims for a combination of good speed and reasonable compression.
+
+## Concurrency and Goroutines
+
+ * [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.
+ * [pool](https://github.com/go-playground/pool) - Go consumer goroutine pool for easy goroutine handling + time saving.
+ * [tunny](https://github.com/Jeffail/tunny) - A goroutine pool.
+
## Configuration File Parsers
* [awsenv](https://github.com/soniah/awsenv) - a small binary that loads Amazon (AWS) environment variables for a profile
@@ -670,11 +677,6 @@
* [llgo](http://llvm.org/klaus/llgo) - LLVM-based Go compiler, written in Go
-## Goroutines
-
- * [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.
- * [pool](https://github.com/go-playground/pool) - Go consumer goroutine pool for easy goroutine handling + time saving.
- * [tunny](https://github.com/Jeffail/tunny) - A goroutine pool for golang.
## Graphics and Audio