Skip to content

Commit 8ed3e3a

Browse files
committed
fix: fix badge
1 parent 2bcd1fb commit 8ed3e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

3-
[![GitHub Actions](https://github.com/officialpycasbin/casbin-databases-adapter/workflows/build/badge.svg?branch=master)](https://github.com/officialpycasbin/casbin-databases-adapter/actions)
3+
[![build](https://github.com/officialpycasbin/casbin-databases-adapter/actions/workflows/build.yml/badge.svg)](https://github.com/officialpycasbin/casbin-databases-adapter/actions/workflows/build.yml)
44
[![Coverage Status](https://coveralls.io/repos/github/officialpycasbin/casbin-databases-adapter/badge.svg?branch=master)](https://coveralls.io/github/officialpycasbin/casbin-databases-adapter?branch=master)
55
[![Version](https://img.shields.io/pypi/v/casbin_databases_adapter.svg)](https://pypi.org/project/casbin_databases_adapter/)
66
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/casbin_databases_adapter.svg)](https://pypi.org/project/casbin_databases_adapter/)
77
[![Pyversions](https://img.shields.io/pypi/pyversions/casbin_databases_adapter.svg)](https://pypi.org/project/casbin_databases_adapter/)
8-
[![Download](https://img.shields.io/pypi/dm/casbin_databases_adapter.svg)](https://pypi.org/project/casbin_databases_adapter/)
8+
[![Download](https://static.pepy.tech/badge/casbin_databases_adapter)](https://pypi.org/project/casbin_databases_adapter/)
99
[![License](https://img.shields.io/pypi/l/casbin_databases_adapter.svg)](https://pypi.org/project/casbin_databases_adapter/)
1010

1111
This is an Adapter for [PyCasbin](https://github.com/casbin/pycasbin) that implemented using [Databases](https://www.encode.io/databases) connection to achieve async process

0 commit comments

Comments
 (0)