Skip to content

Commit

Permalink
Fixes headline order in introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
froschdesign committed Nov 16, 2018
1 parent 676d746 commit b32cb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This decision was made for several reasons:
> implement PSR-11, especially with zend-servicemanager. You can even use
> factories generated by zend-di for zend-servicemanager.
# Dependency Injection Containers
## Dependency Injection Containers

When your code is written in such a way that all your dependencies are injected
into consuming objects, you might find that the simple act of wiring an object
Expand All @@ -78,7 +78,7 @@ to obtain the instances of the dependencies.
While for the simplest use cases no configuration is needed, zend-di allows
developers to configure how to resolve dependencies for more complex use cases.

# Legacy documentation
## Legacy documentation

The primary documentation covers version 3.0 and above. We also ship
documentation covering version 2 features, starting with a chapter covering
Expand Down

0 comments on commit b32cb44

Please sign in to comment.