diff --git a/README.md b/README.md index 98b323e..b7a9d09 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # 🌩 Zeus - Simple Dependency Injection Container -`Zeus` is a sleek and efficient dependency injection container for Go. Easily register "factories" (functions that create instances of types) and let zeus resolve those dependencies at runtime. +Zeus is a sleek and efficient dependency injection container for Go. Easily register "factories" (functions that create instances of types) and let zeus resolve those dependencies at runtime. ## 🌟 Features +Why using zeus? + ### 🚀 Simple to Use With a minimalist API, integrating zeus into any Go project is a breeze.