Skip to content

Commit

Permalink
Remove v0 README warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwray committed Apr 22, 2021
1 parent 447498f commit dfc98b3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

> Simply Beautiful Elixir library for the [Plaid API](https://plaid.com/docs/api).
## Beware of v0

I'm working to get this library to a `v1` state, until then it is considered un-stable and can
make breaking changes while using the leading-zero `0.x.x` version number according to the semver specification.

## Motivation & Principles

1. Provide FANTASTIC documentation
Expand Down Expand Up @@ -73,7 +68,7 @@ Add `elixir_plaid` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:elixir_plaid, "~> 0.1.0"}
{:elixir_plaid, "~> 1.0.0"}
]
end
```
Expand Down

0 comments on commit dfc98b3

Please sign in to comment.