Skip to content

Commit

Permalink
Updated the Readme with how-to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsetis committed Jun 3, 2024
1 parent ef0ee45 commit afb9790
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/tsetis/standalone-plugin-tutorial/fix-php-code-styling.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/tsetis/standalone-plugin-tutorial/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/tsetis/standalone-plugin-tutorial.svg?style=flat-square)](https://packagist.org/packages/tsetis/standalone-plugin-tutorial)

```bash
use Awcodes\Headings\Heading;


This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Heading::make(2)
->content('Product Information')
->color(Color::Lime),
```

## Installation

Expand Down Expand Up @@ -70,8 +74,8 @@ Please review [our security policy](../../security/policy) on how to report secu

## Credits

- [tsetisstelios](https://github.com/tsetis)
- [All Contributors](../../contributors)
- [tsetisstelios](https://github.com/tsetis)
- [All Contributors](../../contributors)

## License

Expand Down

0 comments on commit afb9790

Please sign in to comment.