diff --git a/README.md b/README.md
index 49c4e89..2dfcff6 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,5 @@
# ants
-goroutine pool for Golang
+
+
+
+A goroutine pool for Go
diff --git a/ants.go b/ants.go
new file mode 100644
index 0000000..d3306c4
--- /dev/null
+++ b/ants.go
@@ -0,0 +1 @@
+package ants
diff --git a/ants_logo.png b/ants_logo.png
new file mode 100644
index 0000000..a49d93f
Binary files /dev/null and b/ants_logo.png differ