README.md

# W3cValidators

Elixir wrapper for the World Wide Web Consortium’s online validation services.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `w3c_validators` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:w3c_validators, "~> 0.1.0"}
  ]
end
```

Copyright (c) 2023 Laurent Arnoud <laurent@spkdev.net>