Skip to content

Commit

Permalink
Move github assets and update gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Dec 19, 2023
1 parent 181176b commit c4c864a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/.github/workflows/ export-ignore
/.github/ export-ignore
/tests/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ as PNG, SVG, EPS or in binary format.

## Sponsored by

[![Blackfire.io](assets/blackfire.png)](https://www.blackfire.io)
[![Blackfire.io](.github/blackfire.png)](https://www.blackfire.io)

## Installation

Expand Down Expand Up @@ -113,7 +113,7 @@ $result->saveToFile(__DIR__.'/qrcode.png');
$dataUri = $result->getDataUri();
```

![QR Code](assets/example.png)
![QR Code](.github/example.png)

### Writer options

Expand Down

0 comments on commit c4c864a

Please sign in to comment.