Skip to content

Commit

Permalink
Corrected toArea documented output
Browse files Browse the repository at this point in the history
  • Loading branch information
kkeene1 authored and cblanc committed Sep 12, 2021
1 parent ecbff4c commit b67442d
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 @@ -155,7 +155,7 @@ import {
toNormalised("Sw1A 2aa"); // => "SW1A 2AA"
toOutcode("Sw1A 2aa"); // => "SW1A"
toIncode("Sw1A 2aa"); // => "2AA"
toArea("Sw1A 2aa"); // => "AA"
toArea("Sw1A 2aa"); // => "SW"
toDistrict("Sw1A 2aa"); // => "SW1"
toSubDistrict("Sw1A 2aa"); // => "SW1A"
toSector("Sw1A 2aa"); // => "SW1A 2"
Expand Down

0 comments on commit b67442d

Please sign in to comment.