Skip to content

Commit

Permalink
Correct reference to inward
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega authored May 23, 2017
1 parent 5faa98c commit 3ea7854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ $postcode = \RapidWeb\Postcodes\Utils\Generator::generatePostcode();
```php
$outwardCode = \RapidWeb\Postcodes\Utils\Tokenizer::outward('ST163JR'); // Returns ST16
$inwardCode = \RapidWeb\Postcodes\Utils\Tokenizer::outward('ST163JR'); // Returns 3JR
$inwardCode = \RapidWeb\Postcodes\Utils\Tokenizer::inward('ST163JR'); // Returns 3JR
```

0 comments on commit 3ea7854

Please sign in to comment.