Skip to content

Commit a0bf671

Browse files
committed
Add build status to README, fix headers
1 parent a7c1ae3 commit a0bf671

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# SvgIcon plugin for CakePHP 4.x
22

3+
![Build Status](https://github.com/loadsys/cakephp-svg-icon/actions/workflows/ci.yml/badge.svg?branch=main)
4+
35
This plugin offers an easy way to display SVG icons, with options to customize and/or cache them. It's packaged as a trait that can be used anywhere in your app, with a helper (using the trait) for convenience and caching.
46

57
## Installation
@@ -45,7 +47,7 @@ This example would use the `svg_icon` cache config, which can be set in `config/
4547
]
4648
```
4749

48-
### Usage
50+
## Usage
4951

5052
Configured icons can be displayed by name - here's an example based on the names used in the sample `config/app_svg_icon.php`.
5153

0 commit comments

Comments
 (0)