Skip to content

Commit

Permalink
Readme refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Oct 17, 2024
1 parent bdd0f48 commit 255068a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SVGTinyPS
[![Latest Stable Version](http://poser.pugx.org/srwiez/php-svg-ps-converter/v)](https://packagist.org/packages/srwiez/php-svg-ps-converter) [![Total Downloads](http://poser.pugx.org/srwiez/php-svg-ps-converter/downloads)](https://packagist.org/packages/srwiez/php-svg-ps-converter) [![Latest Unstable Version](http://poser.pugx.org/srwiez/php-svg-ps-converter/v/unstable)](https://packagist.org/packages/srwiez/php-svg-ps-converter) [![License](http://poser.pugx.org/srwiez/php-svg-ps-converter/license)](https://packagist.org/packages/srwiez/php-svg-ps-converter) [![PHP Version Require](http://poser.pugx.org/srwiez/php-svg-ps-converter/require/php)](https://packagist.org/packages/srwiez/php-svg-ps-converter)
[![Latest Stable Version](http://poser.pugx.org/SRWieZ/php-svg-ps-converter/v)](https://packagist.org/packages/SRWieZ/php-svg-ps-converter) [![Total Downloads](http://poser.pugx.org/SRWieZ/php-svg-ps-converter/downloads)](https://packagist.org/packages/SRWieZ/php-svg-ps-converter) [![Latest Unstable Version](http://poser.pugx.org/SRWieZ/php-svg-ps-converter/v/unstable)](https://packagist.org/packages/SRWieZ/php-svg-ps-converter) [![License](http://poser.pugx.org/SRWieZ/php-svg-ps-converter/license)](https://packagist.org/packages/SRWieZ/php-svg-ps-converter) [![PHP Version Require](http://poser.pugx.org/SRWieZ/php-svg-ps-converter/require/php)](https://packagist.org/packages/SRWieZ/php-svg-ps-converter)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/SRWieZ/php-svg-ps-converter/test.yml?label=Tests)


Expand All @@ -13,13 +13,13 @@ and [the RFC](https://datatracker.ietf.org/doc/id/draft-svg-tiny-ps-abrotman-00.

You can also checkout the [command line version](https://github.com/SRWieZ/svgps-commandline) of this project.

## Installation
## 🚀 Installation

```bash
composer require srwiez/php-svg-ps-converter
```

## Usage
## 📚 Usage

Example of identifying issues and converting the SVG:
```php
Expand All @@ -41,7 +41,7 @@ $issues_cannot_be_fixed = $svg_converter->identifyIssues();
```


## Credits
## 👥 Credits

SVGTinyPS was created by Eser DENIZ.

Expand All @@ -50,6 +50,6 @@ of [authindicators/svg-ps-converters](https://github.com/authindicators/svg-ps-c

Thanks to [gilbarbara/logos](https://github.com/gilbarbara/logos) for the logos used in the tests.

## License
## 📝 License

SVGTinyPS PHP is licensed under the MIT License. See LICENSE for more information.

0 comments on commit 255068a

Please sign in to comment.