Skip to content

Commit 9b82151

Browse files
committed
Cleaned up readme
1 parent bbc5475 commit 9b82151

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can simply wrap the function around your favicon icon names, like this:
3737
<link rel="shortcut icon" href="{{ favicon('favicon.ico') }}" />
3838
```
3939

40-
## Customization
40+
### Customization
4141

4242
You can completely customize which environments you want to have enabled for the favicon generation, as well as the font and colors that will be used.
4343

@@ -136,23 +136,23 @@ The `shouldGenerateFavicon` method can be used to determine if a custom favicon
136136

137137
## FAQ
138138

139-
- My ICO files are not working, why?
139+
### My ICO files are not working, why?
140140

141141
In order to modify ICO files, you need the Imagick PHP library installed and enabled in your `config/favicon.php` file.
142142

143-
- Is there a performance impact when I'm using this package?
143+
### Is there a performance impact when I'm using this package?
144144

145145
No - the default generator only modifies your favicon when the specified environment is enabled. This means, that production environments only see the static assets that you already have.
146146

147-
### Changelog
147+
## Changelog
148148

149149
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
150150

151151
## Contributing
152152

153153
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
154154

155-
### Security
155+
## Security
156156

157157
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
158158

0 commit comments

Comments
 (0)