Skip to content

Commit 843b2a3

Browse files
committed
Readme typo's
1 parent 3a79e83 commit 843b2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ composer require api-clients/psr7-http-status-exceptions
1919
This package includes a factory to create a new exception based on a response and previous exception:
2020

2121
```php
22-
$exception ExceptionFactory::create($response, $previousException);
22+
$exception = ExceptionFactory::create($response, $previousException);
2323
```
2424

2525
# License
2626

2727
The MIT License (MIT)
2828

29-
Copyright (c) 2016 Cees-Jan Kiewiet
29+
Copyright (c) 2017 Cees-Jan Kiewiet
3030

3131
Permission is hereby granted, free of charge, to any person obtaining a copy
3232
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)