Skip to content

Commit

Permalink
Added for-the-badge docs to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Feb 14, 2022
1 parent 2d20de5 commit fa4d221
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Flush an image
poser license MIT blue
```

Choose a different style
```bash
poser license MIT blue -s "for-the-badge"
```

## Usage as library

#### 1. Add to composer dependencies
Expand Down Expand Up @@ -65,7 +70,7 @@ $image = $poser->generate('license', 'MIT', '428F7E', 'plastic');
echo $image->getStyle();
```

The allowed styles are: `plastic`, `flat` and `flat-square`.
The allowed styles are: `plastic`, `flat`, `flat-square` and `for-the-badge`.


## Encoding
Expand Down

0 comments on commit fa4d221

Please sign in to comment.