Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
* Relax dependency description.  Without this transition between 1.0
  and 1.1 will be hard.
* Add more info on contribution.
  • Loading branch information
joekain committed Feb 6, 2016
1 parent 1be4c29 commit d492967
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ is work to do.
Add a dependency in your mix.exs:

```elixir
deps: [{:blocking_queue, "~> 1.0.0"}]
deps: [{:blocking_queue, "~> 1.0"}]
```

## Examples
Expand Down Expand Up @@ -56,3 +56,5 @@ BlockingQueue.pop_stream(pid)
## Contribute

Just fork the repo, make your change, and send me a pull request.

Or, feel free to file and issue and start a discussion about a new feature you have in mind.

0 comments on commit d492967

Please sign in to comment.