From f1984b6b9b4b1bd06938d4586b5b42deae5ee507 Mon Sep 17 00:00:00 2001 From: "Jackson L. Lee" Date: Mon, 28 Nov 2022 14:02:06 -0500 Subject: [PATCH] MAINT update readme (#480) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ffb44e7..a47cd2e3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ WikiPron version](https://badge.fury.io/py/wikipron.svg)](https://pypi.org/project/wikipron) [![Supported Python versions](https://img.shields.io/pypi/pyversions/wikipron.svg)](https://pypi.org/project/wikipron) -[![CircleCI](https://circleci.com/gh/CUNY-CL/wikipron/tree/master.svg?style=svg)](https://circleci.com/gh/CUNY-CL/wikipron/tree/master) +[![CircleCI](https://circleci.com/gh/CUNY-CL/wikipron/tree/master.svg?style=shield)](https://circleci.com/gh/CUNY-CL/wikipron/tree/master) [![Paper](http://img.shields.io/badge/paper-ACL:2020.lrec--1.521-B31B1B.svg)](https://www.aclweb.org/anthology/2020.lrec-1.521/) [![Conference](http://img.shields.io/badge/LREC-2020-4b44ce.svg)](https://lrec2020.lrec-conf.org/en/) @@ -33,8 +33,6 @@ Command-line tool ### Installation -WikiPron requires Python 3.6+. It is available from PyPI: - ```bash pip install wikipron ```