Skip to content

Commit eeab84f

Browse files
authored
Update README.md
1 parent 15ddca5 commit eeab84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Smart Intermediate Representation
22

3-
[![Release][release-shield]][release-url] [![Issues][issues-shield]][issues-url] [!][P.R][pr-shields]][pr-url] [![Apache License][license-shield]][license-url]
3+
[![Release][release-shield]][release-url] [![Issues][issues-shield]][issues-url] [![PR][pr-shield]][pr-url] [![Apache License][license-shield]][license-url]
44

55
The Smart Intermediate Representation(short for IR) project is a new compiler framework intended for smart contract development, which is mainly inspired by LLVM, MLIR and Solidity/Yul. The compiler's goals are:
66

@@ -118,7 +118,7 @@ The IR is still under development. Contributions are always welcome. Please foll
118118
[release-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/releases
119119
[license-shield]: https://img.shields.io/badge/License-Apache_2.0-green.svg?style=for-the-badge
120120
[license-url]: ./LICENSE
121-
[pr-shields]: https://img.shields.io/github/issues-pr/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge
121+
[pr-shield]: https://img.shields.io/github/issues-pr/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge
122122
[pr-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/pulls
123123
[issues-shield]: https://img.shields.io/github/issues/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge
124124
[issues-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/issues

0 commit comments

Comments
 (0)