Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ref-humbold authored Aug 15, 2024
1 parent d0a9538 commit b8b6013
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# DI-Container
# YADIC

![GitHub Actions](https://github.com/ref-humbold/DI-Container/workflows/GitHub%20Actions/badge.svg?branch=master)
[![CircleCI](https://circleci.com/gh/ref-humbold/DI-Container/tree/master.svg?style=shield)](https://circleci.com/gh/ref-humbold/DI-Container/tree/master)

![Release](https://img.shields.io/github/v/release/ref-humbold/DI-Container?style=plastic)
![License](https://img.shields.io/github/license/ref-humbold/DI-Container?style=plastic)

YADIC - Yet Another Dependency Injection Container

Simple dependency injection container in Java

-----
Expand All @@ -32,7 +34,7 @@ Simple dependency injection container in Java

## How to build with ANT?

DI\_Container can be built with **Apache ANT** using **Apache Ivy** to resolve all dependencies.
YADIC can be built with **Apache ANT** using **Apache Ivy** to resolve all dependencies.
Ivy itself and all dependencies are downloaded during build, so make sure your Internet
connection is working!

Expand All @@ -49,7 +51,7 @@ Possible ANT targets are:

## How to build with Gradle?

DI\_Container can be built with **Gradle**. All dependencies are downloaded during build, so
YADIC can be built with **Gradle**. All dependencies are downloaded during build, so
make sure your Internet connection is working!

Possible Gradle tasks are:
Expand Down

0 comments on commit b8b6013

Please sign in to comment.