Skip to content

Commit

Permalink
chore: Update README badge (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork authored Jan 19, 2024
1 parent a6114d2 commit 4fbd079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UAParser

[![Continuous Integration](https://github.com/beam-community/ua_parser/actions/workflows/ci.yml/badge.svg)](https://github.com/beam-community/ua_parser/actions/workflows/ci.yml)
[![Continuous Integration](https://github.com/beam-community/ua_parser/actions/workflows/ci.yaml/badge.svg)](https://github.com/beam-community/ua_parser/actions/workflows/ci.yaml)
[![Module Version](https://img.shields.io/hexpm/v/ua_parser.svg)](https://hex.pm/packages/ua_parser)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/ua_parser/)
[![Total Download](https://img.shields.io/hexpm/dt/ua_parser.svg)](https://hex.pm/packages/ua_parser)
Expand Down Expand Up @@ -95,7 +95,7 @@ end
And we get our deps and compile:

```shell
$ mix do deps.get, compile
mix do deps.get, compile
```

And now we can make our plug:
Expand Down

0 comments on commit 4fbd079

Please sign in to comment.