Skip to content

Commit 1404ab9

Browse files
committed
chore: add art and cleanup
1 parent e7efc57 commit 1404ab9

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/update-changelog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
release:
55
types: [released]
66

7-
permissions:
8-
contents: write
9-
107
jobs:
118
update:
129
runs-on: ubuntu-latest
1310
timeout-minutes: 5
1411

12+
permissions:
13+
contents: write
14+
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v5

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
[![Total Downloads](https://img.shields.io/packagist/dt/farbcodegmbh/laravel-evm.svg?style=flat-square)](https://packagist.org/packages/farbcodegmbh/laravel-evm)
88

99
Simple, Reliable Ethereum Integration for Laravel
10+
<picture>
11+
<img alt="Laravel EVM Logo" src="https://raw.githubusercontent.com/farbcodegmbh/laravel-evm/HEAD/art/laravel-evm-ethereum-virtual-machine.png" style="max-width: 25rem;">
12+
</picture>
1013
</div>
1114

1215
## Features
@@ -109,8 +112,8 @@ The MIT License (MIT). See [License File](LICENSE.md) for more information.
109112
<picture>
110113
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/farbcodegmbh/laravel-evm/HEAD/art/farbcode-logo-dark.png">
111114
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/farbcodegmbh/laravel-evm/HEAD/art/farbcode-logo-light.png">
112-
<img alt="farbcode Logo" src="https://raw.githubusercontent.com/farbcodegmbh/laravel-evm/HEAD/art/farbcode-logo-light.png">
115+
<img alt="farbcode Logo" src="https://raw.githubusercontent.com/farbcodegmbh/laravel-evm/HEAD/art/farbcode-logo-light.png" style="max-width: 25rem;">
113116
</picture>
114117
</a>
115118

116-
> Made with ❤️ by [//farbcode](https://farbcode.net).
119+
Made with ❤️ by [//farbcode](https://farbcode.net).
1.99 MB
Loading

0 commit comments

Comments
 (0)