We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048bbe9 commit 66af1e5Copy full SHA for 66af1e5
README.md
@@ -1,6 +1,6 @@
1
# Filex
2
3
-A Elixir library that wraps [file.io](https://file.io)'s API, allowing
+A Elixir library that wraps [file.io](https://file.io)'s API, allowing
4
ephemeral file sharing/uploads via your Elixir apps.
5
6
## Installation
@@ -11,7 +11,7 @@ The package can be installed by adding `filex` to your list of dependencies in
11
```elixir
12
def deps do
13
[
14
- {:filex, "~> 0.1.0"}
+ {:filex, git: "https://github.com/fteem/filex", tag: "0.1.0"}
15
]
16
end
17
```
0 commit comments