Skip to content

Commit 8ff08ca

Browse files
authored
Update License badges
1 parent 81627fe commit 8ff08ca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Derive macro example
22

3-
[![Build Icon]][Build Status] [![License Icon]][LICENSE]
3+
[![Build Icon]][Build Status] [![License CC0 Icon]][LICENSE CC0] [![License Unlicense Icon]][License Unlicense]
44

55
[Build Icon]: https://img.shields.io/github/actions/workflow/status/1git2clone/proc-macro-example/ci.yml?branch=main
66
[Build Status]: https://github.com/1git2clone/proc-macro-example/actions?query=branch%3Amain
7-
[License Icon]: https://img.shields.io/badge/license-CC0_1.0_Universal-blue.svg
8-
[License]: LICENSE
7+
[License CC0 Icon]: https://img.shields.io/badge/license-CC0_1.0_Universal-blue.svg
8+
[License CC0]: LICENSE-CC0
9+
[License Unlicense Icon]: https://img.shields.io/badge/license-Unlicense-blue.svg
10+
[License Unlicense]: LICENSE-UNLICENSE
911

1012
A short getting started on derive macros guide in Rust.
1113

0 commit comments

Comments
 (0)