Skip to content

Commit c56d860

Browse files
committed
chore: Update README
1 parent 047e71b commit c56d860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSONAPI Elixir
22

3-
[![Build](https://github.com/beam-community/jsonapi/actions/workflows/ci.yml/badge.svg)](https://github.com/beam-community/jsonapi/actions/workflows/ci.yml)
3+
[![Continuous Integration](https://github.com/beam-community/jsonapi/actions/workflows/ci.yaml/badge.svg)](https://github.com/beam-community/jsonapi/actions/workflows/ci.yaml)
44
[![Hex.pm version](https://img.shields.io/hexpm/v/jsonapi.svg)](https://hex.pm/packages/jsonapi)
55
[![Hex.pm downloads](https://img.shields.io/hexpm/dt/jsonapi.svg)](https://hex.pm/packages/jsonapi)
66
[![Hex.pm weekly downloads](https://img.shields.io/hexpm/dw/jsonapi.svg)](https://hex.pm/packages/jsonapi)
@@ -42,7 +42,7 @@ Add the following line to your `mix.deps` file with the desired version to insta
4242
```elixir
4343
defp deps do [
4444
...
45-
{:jsonapi, "~> x.x.x"}
45+
{:jsonapi, "~> 1.10.0"}
4646
...
4747
]
4848
```

0 commit comments

Comments
 (0)