Update README.md
This commit is contained in:
parent
e2c5a4beed
commit
389483bae6
16
README.md
16
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue