diff --git a/README.md b/README.md
index 00526e9..985a8ce 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# ETK4J
+[![Java CI with Maven](https://github.com/StaticBeagle/ETK4J/actions/workflows/maven.yml/badge.svg)](https://github.com/StaticBeagle/ETK4J/actions/workflows/maven.yml)
+
+---------------------------------------------------------------------------
## Engineering Toolkit for Java
The purpose of this project is to create a library that can be used to prototype solutions to engineering problems. One
@@ -24,6 +27,17 @@ can be found in:
src/main/java
-# Requirements
+---------------------------------------------------------------------------
+## Maven Central
+
+ETK4J can be included from Maven Central
+
+```xml
+com.wildbitsfoundry
+etk4j
+2.0.0
+```
+
+Requirements
---
JDK 1.8+
diff --git a/pom.xml b/pom.xml
index 37a9cd2..63e89d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
4.0.0
com.wildbitsfoundry
- ETK4J
+ etk4j
2.0.0
Engineering Toolkit for Java
Tools and implementation of mathematical methods or backing math for engineering problems and