Skip to content

Commit e78c12b

Browse files
committed
Merge pull request #27 from Nyholm/patch-2
Be consistent with the upper-case of 'Httplug'
2 parents 78aaee4 + 87644d1 commit e78c12b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/httplug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note: Until Httplug 1.0 becomes stable, we will focus on the Guzzle6 adapter.
2222

2323
When writing an application, you need to require a concrete [client implementation](https://packagist.org/providers/php-http/client-implementation).
2424

25-
See [virtual package](virtual-package.md) for more information on the topic of working with HTTPlug implementations.
25+
See [virtual package](virtual-package.md) for more information on the topic of working with Httplug implementations.
2626

2727

2828
## Installation in a reusable package

docs/virtual-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Virtual packages are a way to specify the dependency on an implementation of an
55
There is no project registered with that name. However, all client implementations including client adapters for Httplug use the `provide` section to tell composer that they do provide the client-implementation.
66

77

8-
# Using a Library that depends on HTTPlug
8+
# Using a Library that depends on Httplug
99

1010
Reusable libraries do not depend on a concrete implementation but only on the virtual package `php-http/client-implementation`. This is to avoid hard coupling and allows the user of the library to choose the implementation. You can think of this as an "interface" or "contract" for packages.
1111

0 commit comments

Comments
 (0)