README.md

# PlasticCard

This library aims to help with credit card validation

## Installation

The package can be installed by adding `plastic_card` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:plastic_card, "~> 0.4.3"}
  ]
end
```