Skip to content

Commit

Permalink
Add build status to README, fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
chronon committed Feb 21, 2023
1 parent a7c1ae3 commit a0bf671
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SvgIcon plugin for CakePHP 4.x

![Build Status](https://github.com/loadsys/cakephp-svg-icon/actions/workflows/ci.yml/badge.svg?branch=main)

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.

## Installation
Expand Down Expand Up @@ -45,7 +47,7 @@ This example would use the `svg_icon` cache config, which can be set in `config/
]
```

### Usage
## Usage

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

Expand Down

0 comments on commit a0bf671

Please sign in to comment.