Skip to content

Commit 3385b29

Browse files
authored
Update README.md
1 parent f7af816 commit 3385b29

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,15 @@ Python Liquid is a Python engine for <a href="https://shopify.github.io/liquid/"
66
We follow <a href="https://github.com/Shopify/liquid">Shopify/Liquid</a> closely and test against the <a href="https://github.com/jg-rp/golden-liquid">Golden Liquid</a> test suite.
77
</p>
88
<p align="center">
9-
<a href="https://github.com/jg-rp/liquid/blob/main/LICENSE">
10-
<img src="https://img.shields.io/pypi/l/python-liquid.svg?style=flat-square" alt="License">
11-
</a>
12-
<br>
139
<a href="https://pypi.org/project/python-liquid/">
1410
<img src="https://img.shields.io/pypi/v/python-liquid.svg?style=flat-square" alt="PyPi - Version">
1511
</a>
1612
<a href="https://anaconda.org/conda-forge/python-liquid">
1713
<img src="https://img.shields.io/conda/vn/conda-forge/python-liquid?style=flat-square" alt="conda-forge">
1814
</a>
19-
<br>
2015
<a href="https://pypi.org/project/python-liquid/">
2116
<img src="https://img.shields.io/pypi/pyversions/python-liquid.svg?style=flat-square" alt="Python versions">
2217
</a>
23-
<a href="https://github.com/jg-rp/liquid/actions/workflows/coverage.yaml">
24-
<img src="https://img.shields.io/badge/pypy-3.7%20%7C%203.8%20%7C%203.9-blue?style=flat-square" alt="PyPy versions">
25-
</a>
2618
<br>
2719
<a href="https://github.com/jg-rp/liquid/actions/workflows/tests.yaml">
2820
<img src="https://img.shields.io/github/actions/workflow/status/jg-rp/liquid/tests.yaml?branch=main&label=tests&style=flat-square" alt="Tests">
@@ -34,6 +26,10 @@ We follow <a href="https://github.com/Shopify/liquid">Shopify/Liquid</a> closely
3426
<a href="https://pypi.org/project/python-liquid/">
3527
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/python-liquid?style=flat-square">
3628
</a>
29+
<br>
30+
<a href="https://github.com/jg-rp/liquid/blob/main/LICENSE">
31+
<img src="https://img.shields.io/pypi/l/python-liquid.svg?style=flat-square" alt="License">
32+
</a>
3733
</p>
3834

3935
---

0 commit comments

Comments
 (0)