Skip to content

Commit 947d6d2

Browse files
authored
Update README.md
1 parent d8782af commit 947d6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In order to instantiate a new instance of the library, use the factory:
2323
$luhn = LuhnAlgorithmFactory::create();
2424
```
2525

26-
You can find [the facade the library in the `LuhnAlgorithmInterface`](src/Contract/LuhnAlgorithmInterface.php).
26+
You can find [the library facade in the `LuhnAlgorithmInterface.php` file](src/Contract/LuhnAlgorithmInterface.php).
2727

2828
[The `Number` class](src/Number.php) is a container class that holds the actual number and the check digit. It does no validation nor does it calculate the check digit. It exists to clearly separate the number from the check digit and to define when the check digit exists or not. To simplify the process of validating a number you can use the named constructor `Number::fromString()` like this:
2929

0 commit comments

Comments
 (0)