File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
4343defp deps do [
4444 .. .
45- {:jsonapi , " ~> x.x.x " }
45+ {:jsonapi , " ~> 1.10.0 " }
4646 .. .
4747]
4848```
You can’t perform that action at this time.
0 commit comments