Skip to content

Commit 43df39f

Browse files
committed
chore: update README config references
1 parent 4ade515 commit 43df39f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Specify your custom versioning scheme's FQCN in the `versioning` configuration:
254254
```php
255255
<?php
256256

257-
// config/versioning.php
257+
// config/vermillion.php
258258

259259
return [
260260
'scheme' => App\Http\Versioning\MyCustomScheme::class,
@@ -268,7 +268,7 @@ return [
268268

269269
2. You will need to implement a `RedExplosion\Vermillion\VersionNormalizer` class that is responsible for converting a version string to an instance of your custom `ApiVersion` sub-class. It MUST support your custom version strings as input, _as well as the custom `ApiVersion` sub-class_. It MUST throw `BadVersionFormatException` if it is provided an input that it cannot convert into a valid `ApiVersion` for according to your custom version format spec.
270270

271-
3. Specify the FQCN of your normalizer as `versioning.normalizer` config value e.g.
271+
3. Specify the FQCN of your normalizer as `vermillion.normalizer` config value e.g.
272272

273273
```php
274274
<?php

0 commit comments

Comments
 (0)