Skip to content

Commit 1bd8fd4

Browse files
committed
README.md
1 parent 9b84faf commit 1bd8fd4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and [the RFC](https://datatracker.ietf.org/doc/id/draft-svg-tiny-ps-abrotman-00.
1616

1717
You can also checkout the [PHP package](https://github.com/SRWieZ/php-svg-ps-converter) that this project is based on.
1818

19-
## Installation
19+
## 🚀 Installation
2020

2121
[//]: # (Download the latest release from [Github releases](https://github.com/SRWieZ/svgtinyps-cli/releases))
2222

@@ -44,7 +44,7 @@ By [downloading binaries](https://github.com/SRWieZ/svgtinyps-cli/releases/lates
4444

4545
[//]: # (```)
4646

47-
## Usage
47+
## 📚 Usage
4848

4949
Identify issues in an SVG file
5050
```bash
@@ -62,20 +62,20 @@ svgtinyps convert input.svg output.svg --title="My awesome company"
6262
```
6363

6464

65-
## Testing
65+
## 🚦 Testing
6666
This project use [Pest](https://pestphp.com/) for testing.
6767
```bash
6868
composer test
6969
```
7070

71-
## Contribute
71+
## 👥 Contribute
7272
This project follows PSR coding style. You can use `composer pint` to apply.
7373

7474
All tests are executed with pest. Use `composer pest`
7575

7676
It's recommended to execute `composer qa` before commiting (alias for executing Pint and Pest)
7777

78-
## Build from sources
78+
## 🔧 Build from sources
7979
This project use [box](https://github.com/box-project/box), [php-static-cli](https://github.com/crazywhalecc/static-php-cli) and [php-micro](https://github.com/dixyes/phpmicro).
8080
A build script has been created to build the project. (tested only on macOS x86_64)
8181

@@ -95,12 +95,12 @@ Then you can build the binary that you can retrieve in `build/bin/`
9595
[//]: # (act -j build-linux-arm-binary)
9696

9797
[//]: # (```)
98-
## Roadmap
98+
## 📋 Roadmap
9999
Pull requests are welcome! Here are some ideas to get you started:
100100
- Use Symfony Console for better ui
101101
- Publish on Homebrew
102102

103-
## Credits
103+
## 👥 Credits
104104

105105
**svgtinyps** was created by Eser DENIZ.
106106

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

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

112-
## License
112+
## 📝 License
113113

114114
**svgtinyps** PHP is licensed under the MIT License. See LICENSE for more information.

0 commit comments

Comments
 (0)