Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulodiniz committed Feb 16, 2016
1 parent 24ba944 commit 8f2af6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Example:

```elixir
iex(1)> Xe.fetch({'USD', 'EUR'})
{:ok, ["1.00", "0.891482"]}
{:ok, [1.00, 0.891482]}
```

It fecthes realtime conversion from (http://www.xe.com)
Expand Down

0 comments on commit 8f2af6f

Please sign in to comment.