Skip to content

Commit 894b43c

Browse files
committed
Update README.md
1 parent 17068ad commit 894b43c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Singleton Pattern
22
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/byjg/SingletonPatternPHP/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/byjg/SingletonPatternPHP/?branch=master)
3+
[![Code Climate](https://codeclimate.com/github/byjg/SingletonPatternPHP/badges/gpa.svg)](https://codeclimate.com/github/byjg/SingletonPatternPHP)
34

45
## Description
56

@@ -34,7 +35,7 @@ $example = Example::getInstance();
3435

3536
## Install
3637

37-
Just type: `composer install "byjg/singleton-pattern=1.0.0"`
38+
Just type: `composer install "byjg/singleton-pattern=1.0.1"`
3839

3940
## References
4041

0 commit comments

Comments
 (0)