summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Lorey <git@karllorey.com>2020-10-03 10:04:45 +0200
committerKarl Lorey <git@karllorey.com>2020-10-03 10:04:45 +0200
commit15e6a963a2270a0d523b6f4500007d16faa1b243 (patch)
treef0919a2d79f0c2811fc25c5cd66f12c0e3ec7fd3
parent54540228c3683e6b5a4e9d1e9288ffa76e7053b9 (diff)
Circumvent aggressive caching to display updated badges
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 9ba781d..7d59a82 100644
--- a/README.rst
+++ b/README.rst
@@ -2,13 +2,13 @@
mlscraper: Scrape data from HTML pages automatically with Machine Learning
==================================================================================
-.. image:: https://img.shields.io/travis/lorey/mlscraper :alt: Travis (.org)
+.. image:: https://img.shields.io/travis/lorey/mlscraper?nocache :alt: Travis (.org)
:target: https://travis-ci.org/github/lorey/mlscraper
-.. image:: https://img.shields.io/pypi/v/mlscraper :alt: PyPI
+.. image:: https://img.shields.io/pypi/v/mlscraper?nocache :alt: PyPI
:target: https://pypi.org/project/mlscraper/
-.. image:: https://img.shields.io/pypi/pyversions/mlscraper :alt: PyPI - Python Version
+.. image:: https://img.shields.io/pypi/pyversions/mlscraper?nocache :alt: PyPI - Python Version
:target: https://pypi.org/project/mlscraper/
`mlscraper` allows you to extract structured data from HTML automatically with Machine Learning.