Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix badges #283

Merged
merged 1 commit into from
Apr 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

[![Latest Version](https://img.shields.io/packagist/v/xparse/element-finder.svg?style=flat-square)](https://packagist.org/packages/xparse/element-finder)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/xparse/ElementFinder/master.svg?style=flat-square)](https://travis-ci.org/xparse/ElementFinder)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/xparse/ElementFinder.svg?style=flat-square)](https://scrutinizer-ci.com/g/xparse/ElementFinder/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/xparse/ElementFinder.svg?style=flat-square)](https://scrutinizer-ci.com/g/xparse/ElementFinder)
[![Build Status](https://github.com/xparse/ElementFinder/actions/workflows/test.yaml/badge.svg)](https://travis-ci.org/xparse/ElementFinder)
[![Test Coverage](https://api.codeclimate.com/v1/badges/ce87e64f3bf197ed13a8/test_coverage)](https://codeclimate.com/github/xparse/ElementFinder/test_coverage)
[![Total Downloads](https://img.shields.io/packagist/dt/xparse/element-finder.svg?style=flat-square)](https://packagist.org/packages/xparse/element-finder)

Extract data from html with elegant xpath/css expressions and prepare data with regexp in single line.
Extract data from html with elegant xpath/css expressions and prepare data with regexp in single line.

## Install

Expand Down