Skip to content

Commit b7d44b7

Browse files
committed
Update README.md
1 parent 60ad047 commit b7d44b7

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
ExSpotify is a simple Elixir wrapper for the Spotify web API.
44

5-
ExSpotify is still in progress.
5+
ExSpotify is still very much work in progress.
6+
7+
## Installation
8+
9+
<!-- If [available in Hex](https://hex.pm/docs/publish), the package can be installed as: -->
10+
11+
Add exspotify to your list of dependencies in `mix.exs`:
12+
13+
def deps do
14+
[{:exspotify, github: "linuus/exspotify"}]
15+
end
16+
17+
## WIP
618

719
### Done
820
- Albums
@@ -22,13 +34,3 @@ ExSpotify is still in progress.
2234
- Browse
2335
- Me
2436
- Users
25-
26-
## Installation
27-
28-
<!-- If [available in Hex](https://hex.pm/docs/publish), the package can be installed as: -->
29-
30-
Add exspotify to your list of dependencies in `mix.exs`:
31-
32-
def deps do
33-
[{:exspotify, github: "linuus/exspotify"}]
34-
end

0 commit comments

Comments
 (0)