Skip to content

Commit 66af1e5

Browse files
committed
Add tag deps section in README
1 parent 048bbe9 commit 66af1e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Filex
22

3-
A Elixir library that wraps [file.io](https://file.io)'s API, allowing
3+
A Elixir library that wraps [file.io](https://file.io)'s API, allowing
44
ephemeral file sharing/uploads via your Elixir apps.
55

66
## Installation
@@ -11,7 +11,7 @@ The package can be installed by adding `filex` to your list of dependencies in
1111
```elixir
1212
def deps do
1313
[
14-
{:filex, "~> 0.1.0"}
14+
{:filex, git: "https://github.com/fteem/filex", tag: "0.1.0"}
1515
]
1616
end
1717
```

0 commit comments

Comments
 (0)