Skip to content

Commit

Permalink
Use new logo and character at top of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Jul 18, 2019
1 parent 3101999 commit 3f63eb7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
![Autofac](https://autofac.org/img/carousel-logo.png)
<p align="center">
<img src="https://autofac.org/img/autofac_web-banner_character.svg" width="250">
</p>
<p align="center">
<img src="https://autofac.org/img/autofac_logo-type.svg" height="100">
</p>

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)*.

Expand Down

0 comments on commit 3f63eb7

Please sign in to comment.