Merge pull request #560 from ldapjs/fix-badge

Actually fix the badge
This commit is contained in:
James Sumners 2019-09-15 09:35:28 -04:00 committed by GitHub
commit dadac0c36c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# LDAPjs
[![Build Status](https://github.com/ldapjs/node-ldapjs/workflows/main/badge.svg)]
[![Coverage Status](https://coveralls.io/repos/github/ldapjs/node-ldapjs/badge.svg?branch=ci-cleanup)](https://coveralls.io/github/ldapjs/node-ldapjs?branch=ci-cleanup)
[![Build Status](https://github.com/ldapjs/node-ldapjs/workflows/.github/workflows/main.yml/badge.svg)]
[![Coverage Status](https://coveralls.io/repos/github/ldapjs/node-ldapjs/badge.svg)]
LDAPjs makes the LDAP protocol a first class citizen in Node.js.