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`:
```elixir
def deps do
[{:readability, "~> 0.7"}]
end
```
```elixir
def deps do
[{:readability, "~> 0.7"}]
end
```
2. Ensure readability is started before your application:
```elixir
def application do
[applications: [:readability]]
end
```
```elixir
def application do
[applications: [:readability]]
end
```
## Usage