|
5 years ago | |
---|---|---|
config | 5 years ago | |
lib | 5 years ago | |
test | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
mix.exs | 5 years ago | |
mix.lock | 5 years ago |
TODO: Add description
If available in Hex, the package can be installed as:
Add microformats2 to your list of dependencies in mix.exs
:
def deps do [{:microformats2, “~> 0.0.1”}] end
Ensure microformats2 is started before your application:
def application do [applications: [:microformats2]] end