Skip to content

Commit ea6f8eb

Browse files
committed
update badges
1 parent a1f21cd commit ea6f8eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
![py5 logo](py5_docs/images/logo.png)
44

5-
[![py5 downloads](https://static.pepy.tech/badge/py5/month)](https://pepy.tech/project/py5)
5+
[![py5 monthly downloads](https://static.pepy.tech/badge/py5/month)](https://pepy.tech/project/py5)
66

7-
[![Downloads](https://static.pepy.tech/badge/py5/week)](https://pepy.tech/project/py5)
7+
[![py5 weekly downloads](https://static.pepy.tech/badge/py5/week)](https://pepy.tech/project/py5)
88

99
py5 is a new version of [Processing][processing] for Python 3.9+. The goal of py5 is to create a version of Processing that is [integrated into the Python ecosystem](https://py5coding.org/integrations/python_ecosystem_integrations.html). Built into the library are thoughtful choices about how to best get py5 to work with other popular Python libraries and tools such as [Jupyter](https://jupyter.org/), [numpy](https://numpy.org/), [shapely](https://shapely.readthedocs.io/en/stable/), [trimesh](https://trimesh.org/), [matplotlib](https://matplotlib.org/), and [Pillow](https://python-pillow.org/).
1010

py5_resources/py5_module/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# py5
22

3-
[![py5 montly downloads](https://pepy.tech/badge/py5/month)](https://pepy.tech/project/py5)
3+
[![py5 monthly downloads](https://static.pepy.tech/badge/py5/month)](https://pepy.tech/project/py5)
44

5-
[![py5 weekly downloads](https://pepy.tech/badge/py5/week)](https://pepy.tech/project/py5)
5+
[![py5 weekly downloads](https://static.pepy.tech/badge/py5/week)](https://pepy.tech/project/py5)
66

77
[![mybinder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/py5coding/py5examples/HEAD?urlpath=lab)
88

0 commit comments

Comments
 (0)