Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
singuerinc committed Feb 20, 2019
1 parent 00a5d01 commit e245096
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ import { getSpecialCode } from "spanish-car-plate";
getSpecialCode("DGP1234"); //=> "DGP"
```

### getSpecialName()

```js
import { getSpecialName } from "spanish-car-plate";

getSpecialName("DGP1234"); //=> "Spanish Police"
getSpecialName("CME1234"); //=> "Corps of the Mossos d'Esquadra"
```

### parse()

Get all the information about the plate
Expand Down

0 comments on commit e245096

Please sign in to comment.