Skip to content

Commit

Permalink
Merge pull request #124 from mischov/chore/fix-ci-badge
Browse files Browse the repository at this point in the history
Fix CI badge
  • Loading branch information
mischov authored Aug 10, 2023
2 parents 8ac9b48 + ff12513 commit 2667ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Hex Docs](https://img.shields.io/badge/hex-docs-%23714a94.svg?style=flat")](https://hexdocs.pm/meeseeks)
[![License](https://img.shields.io/hexpm/l/meeseeks.svg?style=flat&color=%23714a94)](https://github.com/mischov/meeseeks/blob/main/LICENSE)
[![Total Download](https://img.shields.io/hexpm/dt/meeseeks.svg?style=flat&color=%23714a94)](https://hex.pm/packages/meeseeks)
[![tests](https://github.com/mischov/meeseeks/workflows/tests/badge.svg)](https://github.com/mischov/meeseeks/actions/workflows/tests.yml)
[![CI](https://github.com/mischov/meeseeks/actions/workflows/ci.yml/badge.svg)](https://github.com/mischov/meeseeks/actions/workflows/ci.yml)

Meeseeks is an Elixir library for parsing and extracting data from HTML and XML with CSS or XPath selectors.

Expand Down

0 comments on commit 2667ff8

Please sign in to comment.