Skip to content

Commit

Permalink
📝 (SETUP) A fix on readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Hugo committed Sep 7, 2023
1 parent 849dc25 commit 13da7ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 13da7ad

Please sign in to comment.