We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71c93f commit 042d53fCopy full SHA for 042d53f
README.md
@@ -75,7 +75,7 @@ Or use the Facade:
75
$address = Postcode::fetchAddress('1012JS', '1')
76
````
77
78
-Staight in the routes:
+Or straight in routes:
79
80
``` php
81
$router->get('postcode/{zipCode}/{number}', function ($zipCode, $number) {
0 commit comments