Skip to content

Commit 0c243a2

Browse files
committed
Consistency for titles and file names
1 parent 455d3cf commit 0c243a2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can install this package through Composer:
3131
The packages adheres to the [SemVer](http://semver.org/) specification, and there will be full backward compatibility
3232
between minor versions.
3333

34-
## Interfaces and features
34+
## Standards
3535

3636
### Available
3737

@@ -41,10 +41,10 @@ Describes the interface of a container that exposes methods to read its entries.
4141

4242
### Proposed
4343

44-
- [*Delegate lookups*](docs/delegate_lookup.md).
45-
[Meta Document](docs/delegate_lookup-meta.md).
44+
- [*Delegate lookup feature*](docs/Delegate-lookup.md).
45+
[Meta Document](docs/Delegate-lookup-meta.md).
4646
Describes the ability for a container to delegate the lookup of its dependencies to a third-party container. This
47-
feature is important to allow several containers working together in a single application.
47+
feature lets several containers work together in a single application.
4848

4949
## Compatible projects
5050

docs/ContainerInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Container Interface
1+
Container interface
22
===================
33

44
This document describes a common interface for dependency injection containers.
File renamed without changes.

docs/delegate_lookup.md renamed to docs/Delegate-lookup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Container Interop: delegate lookup feature
2-
==========================================
1+
Delegate lookup feature
2+
=======================
33

44
This document describes a standard for dependency injection containers.
55

0 commit comments

Comments
 (0)