From b6a7a70fa130aac527f1a228b89ed284bfcd6c24 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Tue, 5 May 2020 12:40:16 +0200 Subject: [PATCH 1/3] misc: updated readme badges --- README.md | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index a0e50a242..09f791910 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,28 @@ # Mun -[![Build Status](https://github.com/mun-lang/mun/workflows/CI/badge.svg?branch=master)](https://github.com/mun-lang/mun/actions) -[![codecov](https://codecov.io/gh/mun-lang/mun/branch/master/graph/badge.svg)](https://codecov.io/gh/mun-lang/mun) -[![docs page][docs-badge]][docs] [![MIT/Apache][licence-badge]][li] -[![Join us on Discord][s4]][di] -![Lines of Code][s6] - -[s1]: https://dev.azure.com/mun-lang/mun/_apis/build/status/mun-lang.mun?branchName=master -[docs-badge]: https://img.shields.io/badge/docs-website-blue.svg +[![Build Status][build-badge]][build] +[![docs page][dosc-badge]][docs] +[![MIT/Apache][licence-badge]][license] +[![Join us on Discord][discord-badge]][discord] +[![codecov][coverage-badge]][coverage] +![Lines of Code][lines-of-code-badge] + +[build-badge]: https://img.shields.io/github/workflow/status/mun-lang/mun/CI +[build]: https://github.com/mun-lang/mun/actions + +[coverage-badge]: https://img.shields.io/codecov/c/github/mun-lang/mun.svg +[coverage]: https://codecov.io/gh/mun-lang/mun + +[dosc-badge]: https://img.shields.io/badge/docs-website-blue.svg [docs]: https://docs.mun-lang.org/ + [licence-badge]: https://img.shields.io/badge/license-MIT%2FApache-blue.svg -[s4]: https://img.shields.io/discord/602227728480993281.svg?logo=discord -[s6]: https://tokei.rs/b1/github/mun-lang/mun?category=code -[ci]: https://dev.azure.com/mun-lang/mun/_build/latest?definitionId=1&branchName=master -[li]: COPYRIGHT -[di]: https://discord.gg/SfvvcCU +[license]: COPYRIGHT + +[discord-badge]: https://img.shields.io/discord/602227728480993281.svg?logo=discord +[discord]: https://discord.gg/SfvvcCU + +[lines-of-code-badge]: https://tokei.rs/b1/github/mun-lang/mun?category=code *Mun* is a programming language empowering creation through iteration. From 5277db5dd5b972e2fb931e84ae396c592f91990f Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Tue, 5 May 2020 15:04:16 +0200 Subject: [PATCH 2/3] misc: adds crates badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 09f791910..7c2587083 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Mun [![Build Status][build-badge]][build] +[![Crates.io][crates-badge]][crates] [![docs page][dosc-badge]][docs] [![MIT/Apache][licence-badge]][license] [![Join us on Discord][discord-badge]][discord] @@ -10,6 +11,9 @@ [build-badge]: https://img.shields.io/github/workflow/status/mun-lang/mun/CI [build]: https://github.com/mun-lang/mun/actions +[crates-badge]: https://img.shields.io/crates/v/mun-runtime.svg +[crates]: https://crates.io/crates/mun/ + [coverage-badge]: https://img.shields.io/codecov/c/github/mun-lang/mun.svg [coverage]: https://codecov.io/gh/mun-lang/mun From e07b372898e916214f778dd2fa30365d271b0e22 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Tue, 5 May 2020 16:57:10 +0200 Subject: [PATCH 3/3] misc: updated license text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c2587083..bd3b1a59a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [build-badge]: https://img.shields.io/github/workflow/status/mun-lang/mun/CI [build]: https://github.com/mun-lang/mun/actions -[crates-badge]: https://img.shields.io/crates/v/mun-runtime.svg +[crates-badge]: https://img.shields.io/crates/v/mun.svg [crates]: https://crates.io/crates/mun/ [coverage-badge]: https://img.shields.io/codecov/c/github/mun-lang/mun.svg @@ -20,7 +20,7 @@ [dosc-badge]: https://img.shields.io/badge/docs-website-blue.svg [docs]: https://docs.mun-lang.org/ -[licence-badge]: https://img.shields.io/badge/license-MIT%2FApache-blue.svg +[licence-badge]: https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue [license]: COPYRIGHT [discord-badge]: https://img.shields.io/discord/602227728480993281.svg?logo=discord