Skip to content

Commit e488fa2

Browse files
committed
fix(documentation): readme update
* Fixing readme to point to the proper contents * Adding a bit into the `.gitignore` file
1 parent 29b06fb commit e488fa2

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ Thumbs.db
66
/.idea
77
/.vscode
88
.phpunit.result.cache
9-
report.junit.xml
9+
report.junit.xml
10+
coverage/
11+
build/

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# PHP String Tools
1+
# PHP String Tools
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/gaming-engine/string-tools.svg?style=flat-square)](https://packagist.org/packages/gaming-engine/string-tools)
4-
[![Total Downloads](https://img.shields.io/packagist/dt/gaming-engine/dictionary.svg?style=flat-square)](https://packagist.org/packages/gaming-engine/string-tools)
4+
[![Total Downloads](https://img.shields.io/packagist/dt/gaming-engine/string-tools.svg?style=flat-square)](https://packagist.org/packages/gaming-engine/string-tools)
55
![GitHub Actions](https://github.com/gaming-engine/string-tools/actions/workflows/main.yml/badge.svg)
66

7-
A quick and easy helper for handling templated strings in PHP.
7+
A quick and easy helper for handling templated strings in PHP.
88

99
## Installation
1010

@@ -48,8 +48,8 @@ If you discover any security related issues, please email awjudd@gmail.com inste
4848

4949
## Credits
5050

51-
- [Andrew Judd](https://github.com/gaming-engine)
52-
- [All Contributors](../../contributors)
51+
- [Andrew Judd](https://github.com/gaming-engine)
52+
- [All Contributors](../../contributors)
5353

5454
## License
5555

0 commit comments

Comments
 (0)