Skip to content

Commit 8fb2037

Browse files
authored
Update README.md
1 parent dd7222e commit 8fb2037

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ ApiPostcode\ApiPostcodeServiceProvider::class,
3737
Optional - Register the Facade in: **config/app.php**
3838

3939
``` php
40-
'aliases' => [
41-
//...
42-
'Postcode' => ApiPostcode\Facade\Postcode::class,
43-
];
40+
'aliases' => [
41+
//...
42+
'Postcode' => ApiPostcode\Facade\Postcode::class,
43+
];
4444
````
4545

4646
### Step 3: Configure Api Postcode credentials

0 commit comments

Comments
 (0)