Skip to content

Commit

Permalink
fix project name in README (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Jul 19, 2024
1 parent eb51bc4 commit a7a703b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# LDAP Tool Box PHP framework

[![Latest Stable Version](http://poser.pugx.org/ltb-project/ldap/v)](https://packagist.org/packages/ltb-project/ldap)
[![Latest Unstable Version](http://poser.pugx.org/ltb-project/ldap/v/unstable)](https://packagist.org/packages/ltb-project/ldap)
[![Total Downloads](http://poser.pugx.org/ltb-project/ldap/downloads)](https://packagist.org/packages/ltb-project/ldap)
[![Latest Stable Version](http://poser.pugx.org/ltb-project/ltb-common/v)](https://packagist.org/packages/ltb-project/ltb-common)
[![Latest Unstable Version](http://poser.pugx.org/ltb-project/ltb-common/v/unstable)](https://packagist.org/packages/ltb-project/ltb-common)
[![Total Downloads](http://poser.pugx.org/ltb-project/ltb-common/downloads)](https://packagist.org/packages/ltb-project/ltb-common)
[![CI Status](https://github.com/ltb-project/ltb-common/actions/workflows/unittests.yml/badge.svg)](https://github.com/ltb-project/ltb-common/actions/workflows/unittests.yml)
[![Composer Status](https://github.com/ltb-project/ltb-common/actions/workflows/php.yml/badge.svg)](https://github.com/ltb-project/ltb-common/actions/workflows/php.yml)

Expand All @@ -17,7 +17,7 @@ Add the dependency in your [composer](https://getcomposer.org/) configuration:
```json
{
"require": {
"ltb-project/ldap": "v0.2"
"ltb-project/ltb-common": "v0.2"
}
}
```
Expand Down

0 comments on commit a7a703b

Please sign in to comment.