diff --git a/README.md b/README.md
index d6f468dbebde3e832241c0864cd59fd4b1fd1985..538337a0f1382f6cbf313862b4cc65ac123ea9e7 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,7 @@ Shared `.gitlab-ci.yml` components for Golang.
 
 ## Features
 
-* TBD
+* Shared `Makefile` to for each step.
+* Runs race detection, memory sanitizer, code coverage, and linting.
+* Uses [`gox`](https://github.com/mitchellh/gox) to build for all supported 
+  platforms.