Skip to content

Commit ab80117

Browse files
committed
Change README to use 2+1 newlines spacing for headers
1 parent 617aa16 commit ab80117

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
![Status][badge]
2-
31
# Technically Dependency Resolver
42

53
`Technically\DependencyResolver` is a simple yet powerful tool to instantiate classes
64
autowiring their dependencies by resolving them from a [PSR-11][1] container
75
or recursively instantiating them with *DependencyResolver* itself.
86

7+
![Status][badge]
8+
9+
910
## Features
1011

1112
- Based on PSR-11
@@ -15,6 +16,7 @@ or recursively instantiating them with *DependencyResolver* itself.
1516
- Semver
1617
- Tests
1718

19+
1820
## Installation
1921

2022
Use [Composer][2] package manager to add *Technically\DependencyResolver* to your project:
@@ -23,6 +25,7 @@ Use [Composer][2] package manager to add *Technically\DependencyResolver* to you
2325
composer require technically/dependency-resolver
2426
```
2527

28+
2629
## Example
2730

2831
```php
@@ -51,6 +54,7 @@ $service = $resolver->resolve(MyFancyService::class);
5154

5255
```
5356

57+
5458
## Changelog
5559

5660
All notable changes to this project will be documented in the [CHANGELOG](./CHANGELOG.md) file.

0 commit comments

Comments
 (0)