Skip to content

Commit e5f605c

Browse files
authored
Merge pull request #162 from baszalmstra/misc/readme-pimp
misc: updated readme badges
2 parents b7bf89b + e07b372 commit e5f605c

File tree

1 file changed

+26
-14
lines changed

1 file changed

+26
-14
lines changed

README.md

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
11
# Mun
22

3-
[![Build Status](https://github.com/mun-lang/mun/workflows/CI/badge.svg?branch=master)](https://github.com/mun-lang/mun/actions)
4-
[![codecov](https://codecov.io/gh/mun-lang/mun/branch/master/graph/badge.svg)](https://codecov.io/gh/mun-lang/mun)
5-
[![docs page][docs-badge]][docs] [![MIT/Apache][licence-badge]][li]
6-
[![Join us on Discord][s4]][di]
7-
![Lines of Code][s6]
8-
9-
[s1]: https://dev.azure.com/mun-lang/mun/_apis/build/status/mun-lang.mun?branchName=master
10-
[docs-badge]: https://img.shields.io/badge/docs-website-blue.svg
3+
[![Build Status][build-badge]][build]
4+
[![Crates.io][crates-badge]][crates]
5+
[![docs page][dosc-badge]][docs]
6+
[![MIT/Apache][licence-badge]][license]
7+
[![Join us on Discord][discord-badge]][discord]
8+
[![codecov][coverage-badge]][coverage]
9+
![Lines of Code][lines-of-code-badge]
10+
11+
[build-badge]: https://img.shields.io/github/workflow/status/mun-lang/mun/CI
12+
[build]: https://github.com/mun-lang/mun/actions
13+
14+
[crates-badge]: https://img.shields.io/crates/v/mun.svg
15+
[crates]: https://crates.io/crates/mun/
16+
17+
[coverage-badge]: https://img.shields.io/codecov/c/github/mun-lang/mun.svg
18+
[coverage]: https://codecov.io/gh/mun-lang/mun
19+
20+
[dosc-badge]: https://img.shields.io/badge/docs-website-blue.svg
1121
[docs]: https://docs.mun-lang.org/
12-
[licence-badge]: https://img.shields.io/badge/license-MIT%2FApache-blue.svg
13-
[s4]: https://img.shields.io/discord/602227728480993281.svg?logo=discord
14-
[s6]: https://tokei.rs/b1/github/mun-lang/mun?category=code
15-
[ci]: https://dev.azure.com/mun-lang/mun/_build/latest?definitionId=1&branchName=master
16-
[li]: COPYRIGHT
17-
[di]: https://discord.gg/SfvvcCU
22+
23+
[licence-badge]: https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue
24+
[license]: COPYRIGHT
25+
26+
[discord-badge]: https://img.shields.io/discord/602227728480993281.svg?logo=discord
27+
[discord]: https://discord.gg/SfvvcCU
28+
29+
[lines-of-code-badge]: https://tokei.rs/b1/github/mun-lang/mun?category=code
1830

1931
*Mun* is a programming language empowering creation through iteration.
2032

0 commit comments

Comments
 (0)