From e45f5d6160fd0f20513b6a17545e9f97ad9decec Mon Sep 17 00:00:00 2001 From: Andrew Judd Date: Thu, 7 Oct 2021 17:11:37 -0400 Subject: [PATCH] fix(documentation): readme update * Fixing readme to point to the proper contents * Adding a bit into the `.gitignore` file --- .gitignore | 4 +++- README.md | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d8753e5..a8c166a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ Thumbs.db /.idea /.vscode .phpunit.result.cache -report.junit.xml \ No newline at end of file +report.junit.xml +coverage/ +build/ \ No newline at end of file diff --git a/README.md b/README.md index 11b76ff..b832e45 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# PHP String Tools +# PHP String Tools [![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) -[![Total Downloads](https://img.shields.io/packagist/dt/gaming-engine/dictionary.svg?style=flat-square)](https://packagist.org/packages/gaming-engine/string-tools) +[![Total Downloads](https://img.shields.io/packagist/dt/gaming-engine/string-tools.svg?style=flat-square)](https://packagist.org/packages/gaming-engine/string-tools) ![GitHub Actions](https://github.com/gaming-engine/string-tools/actions/workflows/main.yml/badge.svg) -A quick and easy helper for handling templated strings in PHP. +A quick and easy helper for handling templated strings in PHP. ## Installation @@ -48,8 +48,8 @@ If you discover any security related issues, please email awjudd@gmail.com inste ## Credits -- [Andrew Judd](https://github.com/gaming-engine) -- [All Contributors](../../contributors) +- [Andrew Judd](https://github.com/gaming-engine) +- [All Contributors](../../contributors) ## License