diff --git a/README.md b/README.md
index f54d12a..60f987b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# install-go
-
+
An extremely simple github action to install golang and golang commands (using "go install") on linux hosts. This provides the ability to install and setup golang without node/typescript which is required when using [actions/setup-go](https://github.com/actions/setup-go).