Skip to content

Commit 3490ba5

Browse files
authored
Merge pull request #53 from freekmurze/patch-1
Make it a little bit easier to install this package
2 parents 4ebe3a8 + 30461e1 commit 3490ba5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ This repository holds all interfaces/classes/traits related to
77
Note that this is not a logger of its own. It is merely an interface that
88
describes a logger. See the specification for more details.
99

10+
Installation
11+
------------
12+
13+
```bash
14+
composer require psr/log
15+
```
16+
1017
Usage
1118
-----
1219

0 commit comments

Comments
 (0)