Skip to content

Commit

Permalink
Fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Nov 29, 2017
1 parent 43acd8e commit 5cbac7b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ A simple, fast user-agent parsing library based on BrowserScope's UA database wi

Add `ua_parser` to your `mix.exs` dependencies:

```elixir
def deps do
[{:ua_parser, "~> 1.3"}]
end
```
```elixir
def deps do
[{:ua_parser, "~> 1.4"}]
end
```

## Usage

```elixir
Expand Down

0 comments on commit 5cbac7b

Please sign in to comment.