Update README.md

This commit is contained in:
Jaehyun Shin 2017-09-27 15:32:28 +09:00 committed by GitHub
parent e2c5a4beed
commit 389483bae6
1 changed files with 10 additions and 10 deletions

View File

@ -13,19 +13,19 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
1. Add readability to your list of dependencies in `mix.exs`: 1. Add readability to your list of dependencies in `mix.exs`:
```elixir ```elixir
def deps do def deps do
[{:readability, "~> 0.7"}] [{:readability, "~> 0.7"}]
end end
``` ```
2. Ensure readability is started before your application: 2. Ensure readability is started before your application:
```elixir ```elixir
def application do def application do
[applications: [:readability]] [applications: [:readability]]
end end
``` ```
## Usage ## Usage