Skip to content

Commit cb2b7aa

Browse files
committed
Readme fixes
1 parent 96e69dc commit cb2b7aa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,35 +50,35 @@ We provide simple [Monolog](https://github.com/Seldaek/monolog) [processor](src/
5050

5151
To generate request id you need to use implementation of `PhpMiddleware\RequestId\Generator\GeneratorInterface`. There are predefined generators in `PhpMiddleware\RequestId\Generator\` namespace:
5252

53-
#### `PhpUniqidGenerator`
53+
#### PhpUniqidGenerator
5454

5555
Simple generator using [uniqid](http://php.net/manual/en/function.uniqid.php) function.
5656

57-
#### `RamseyUuid1Generator`
57+
#### RamseyUuid1Generator
5858

5959
[UUID](https://tools.ietf.org/html/rfc4122)1 implementations of [Ramsey\Uuid](https://github.com/ramsey/uuid). To use it you need to add `ramsey/uuid` dependency to your `composer.json`.
6060

61-
#### `RamseyUuid3Generator`
61+
#### RamseyUuid3Generator
6262

6363
[UUID](https://tools.ietf.org/html/rfc4122)3 implementations of [Ramsey\Uuid](https://github.com/ramsey/uuid). To use it you need to add `ramsey/uuid` dependency to your `composer.json`.
6464

65-
#### `RamseyUuid4Generator`
65+
#### RamseyUuid4Generator
6666

6767
[UUID](https://tools.ietf.org/html/rfc4122)4 implementations of [Ramsey\Uuid](https://github.com/ramsey/uuid). To use it you need to add `ramsey/uuid` dependency to your `composer.json`.
6868

69-
#### `RamseyUuid4StaticGenerator`
69+
#### RamseyUuid4StaticGenerator
7070

7171
Generates Uuid4 like `RamseyUuid4Generator` however it's not require any dependency (it use static factory method).
7272

73-
#### `RamseyUuid5Generator`
73+
#### RamseyUuid5Generator
7474

7575
[UUID](https://tools.ietf.org/html/rfc4122)5 implementations of [Ramsey\Uuid](https://github.com/ramsey/uuid). To use it you need to add `ramsey/uuid` dependency to your `composer.json`.
7676

77-
#### `PrefixedGenerator`
77+
#### PrefixedGenerator
7878

79-
Adds prefix to generated request id.
79+
It adds prefix to generated request id.
8080

81-
#### `Md5Generator`
81+
#### Md5Generator
8282

8383
This generator converts generated request id to md5 hash.
8484

0 commit comments

Comments
 (0)