Skip to content

Commit c00c2aa

Browse files
authored
Update README.md
1 parent 577f6bf commit c00c2aa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
![CI](https://github.com/ideal-postcodes/postcode/workflows/CI/badge.svg)
88
[![codecov](https://codecov.io/gh/ideal-postcodes/postcode/branch/master/graph/badge.svg)](https://codecov.io/gh/ideal-postcodes/postcode)
99
[![Dependencies](https://david-dm.org/ideal-postcodes/postcode.svg)](https://david-dm.org/ideal-postcodes/postcode)
10-
[![Size](https://img.shields.io/bundlephobia/min/postcode.svg?style=flat)](https://bundlephobia.com/result?p=postcode)
11-
[![Downloads](https://img.shields.io/npm/dm/postcode.svg)](https://www.npmjs.com/package/postcode)
1210
[![Release](https://github.com/ideal-postcodes/postcode/workflows/Release/badge.svg)](https://github.com/ideal-postcodes/postcode/actions)
11+
12+
[![Size](https://img.shields.io/bundlephobia/minzip/postcode.svg?style=flat)](https://bundlephobia.com/result?p=postcode)
13+
[![Downloads](https://img.shields.io/npm/dm/postcode.svg)](https://www.npmjs.com/package/postcode)
1314
[![Try postcode on RunKit](https://badge.runkitcdn.com/postcode.svg)](https://npm.runkit.com/postcode)
1415

1516
Utility methods for UK Postcodes, including validating the shape of a postcode, extracting postcode elements (like incodes, outcodes, areas and [more](#Definitions)).
@@ -22,6 +23,7 @@ Tested against ~1.7 million postcodes on ONSPD.
2223
- [Single purpose static methods](#static-methods)
2324
- Tested against a list of ~1.7 million postcodes listed on ONS Postcode Directory
2425
- [Extract](#parse) useful elements of a postcode like incode, outcode, sector
26+
- Tree-shakeable
2527
![Postcode Components](https://img.ideal-postcodes.co.uk/uk-postcode-components.gif)
2628

2729
## Links

0 commit comments

Comments
 (0)