Skip to content

Commit a8b12e6

Browse files
committed
Change README to use 2+1 newlines spacing for headers
1 parent c6e3b7a commit a8b12e6

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,10 +1,11 @@
1-
![Tests Status][badge]
2-
31
# Technically Array Container
42

53
`Technically\ArrayContainer` is a plain-simple [PSR-11][1] container implementation
64
powered by a simple associative array under the hood.
75

6+
![Tests Status][badge]
7+
8+
89
## Features
910

1011
- PSR-11
@@ -13,6 +14,7 @@ powered by a simple associative array under the hood.
1314
- Semver
1415
- Tests
1516

17+
1618
## Installation
1719

1820
Use [Composer][2] package manager to add *ArrayContainer* to your project:
@@ -21,6 +23,7 @@ Use [Composer][2] package manager to add *ArrayContainer* to your project:
2123
composer require technically/array-container
2224
```
2325

26+
2427
## Example
2528

2629
```php
@@ -43,6 +46,7 @@ $container->set('config', $config);
4346
$logger = $container->get('logger');
4447
```
4548

49+
4650
## Changelog
4751

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

0 commit comments

Comments
 (0)