README.md
# XmlToKeyword
**TODO: Add description**
This package converts Xml to Keyword list as XmlBuilder package requires
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add xml_to_keyword to your list of dependencies in `mix.exs`:
def deps do
[{:xml_to_keyword, "~> 0.0.1"}]
end
2. Ensure xml_to_keyword is started before your application:
def application do
[applications: [:xml_to_keyword]]
end