Skip to content

Commit ea9e108

Browse files
committed
Improve README
1 parent 86d0bcb commit ea9e108

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![Status](https://github.com/technically-php/array-container/actions/workflows/test.yml/badge.svg)
1+
![Tests Status][badge]
22

3-
# ArrayContainer
3+
# Technically Array Container
44

5-
`ArrayContainer` is a plain-simple [PSR-11](https://www.php-fig.org/psr/psr-11/) container implementation
5+
`Technically\ArrayContainer` is a plain-simple [PSR-11][1] container implementation
66
powered by a simple associative array under the hood.
77

88
## Features
@@ -15,7 +15,7 @@ powered by a simple associative array under the hood.
1515

1616
## Installation
1717

18-
Use [Composer](https://getcomposer.org/) package manager to add *ArrayContainer* to your project:
18+
Use [Composer][2] package manager to add *ArrayContainer* to your project:
1919

2020
```
2121
composer require technically/array-container
@@ -45,4 +45,10 @@ $logger = $container->get('logger');
4545

4646
## Credits
4747

48-
- Implemented by [Ivan Voskoboinyk](https://github.com/e1himself)
48+
- Implemented by [Ivan Voskoboinyk][3]
49+
50+
51+
[1]: https://www.php-fig.org/psr/psr-11/
52+
[2]: https://getcomposer.org/
53+
[3]: https://github.com/e1himself
54+
[badge]: https://github.com/technically-php/array-container/actions/workflows/test.yml/badge.svg

0 commit comments

Comments
 (0)