README.md
# imagine20_com
`imagine20_com` is a minimal Hex package for the Imagine 2.0 website.
- Homepage: https://www.imagine20.com
- Hex: https://hex.pm/packages/imagine20_com
- Docs: https://hexdocs.pm/imagine20_com
## Usage
Add the package to `mix.exs`:
```elixir
def deps do
[
{:imagine20_com, "~> 0.1.0"}
]
end
```
Then use it:
```elixir
Imagine20Com.homepage()
Imagine20Com.summary()
```