Skip to content

Commit 907d12a

Browse files
authored
Update README.md
1 parent dc86044 commit 907d12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![GitHub stars](https://img.shields.io/github/stars/RTa-technology/githubapps.py)](https://github.com/RTa-technology/githubapps.py/stargazers)
66
[![PyPI version](https://badge.fury.io/py/githubapps.py.svg)](https://badge.fury.io/py/githubapps.py)
77
[![Python Versions](https://img.shields.io/pypi/pyversions/githubapps.py.svg)](https://pypi.org/project/githubapps.py/)
8-
[![Downloads](https://static.pepy.tech/personalized-badge/githubapps-py?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads)](https://pepy.tech/project/githubapps-py)
8+
[![Downloads](https://pepy.tech/badge/githubapps-py?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads)](https://pepy.tech/project/githubapps-py)
99

1010
A Python wrapper for the Github Apps API
1111

@@ -29,4 +29,4 @@ def main():
2929
auth = githubapps.Auth(app_id, installation_id, client_secret)
3030
access_token = auth.get_access_token()
3131
print(access_token)
32-
```
32+
```

0 commit comments

Comments
 (0)