Skip to content

Commit 3f63eb7

Browse files
authored
Use new logo and character at top of README.md
1 parent 3101999 commit 3f63eb7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
![Autofac](https://autofac.org/img/carousel-logo.png)
1+
<p align="center">
2+
<img src="https://autofac.org/img/autofac_web-banner_character.svg" width="250">
3+
</p>
4+
<p align="center">
5+
<img src="https://autofac.org/img/autofac_logo-type.svg" height="100">
6+
</p>
27

38
Autofac is an [IoC container](http://martinfowler.com/articles/injection.html) for Microsoft .NET. It manages the dependencies between classes so that **applications stay easy to change as they grow** in size and complexity. This is achieved by treating regular .NET classes as *[components](https://autofac.readthedocs.io/en/latest/glossary.html)*.
49

0 commit comments

Comments
 (0)