Skip to content

Commit 1bed122

Browse files
committed
Exclude README images from crate package
1 parent fee4afd commit 1bed122

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ readme = "README.md"
1212
keywords = ["base64", "encoding", "no-std", "simd"]
1313
categories = ["encoding", "no-std"]
1414
include = [
15-
".github/images/**",
1615
"src/**",
1716
"tests/**",
1817
"benches/**",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<br>
1919

2020
<p align="center">
21-
<img src="./.github/images/base64-ng.webp" alt="base64-ng Rust crate overview">
21+
<img src="https://raw.githubusercontent.com/valkyoth/base64-ng/main/.github/images/base64-ng.webp" alt="base64-ng Rust crate overview">
2222
</p>
2323

2424
# base64-ng

0 commit comments

Comments
 (0)