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 6d94e26 commit 0bb00efCopy full SHA for 0bb00ef
README.md
@@ -11,7 +11,7 @@ Add Tds as a dependency in your `mix.exs` file.
11
12
```elixir
13
def deps do
14
- [{:tds, github: "livehelpnow/tds", tag: "1.0.0"} ]
+ [{:tds, "~> 1.0.2"} ]
15
end
16
```
17
0 commit comments