diff --git a/README.md b/README.md index ce293d47..2fa4e09a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![golangci-lint](https://github.com/refaktor/rye/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/refaktor/rye/actions/workflows/golangci-lint.yml) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/refaktor/rye/badge)](https://securityscorecards.dev/viewer/?uri=github.com/refaktor/rye) [![Go Reference](https://pkg.go.dev/badge/github.com/refaktor/rye.svg)](https://pkg.go.dev/github.com/refaktor/rye) +[![Go Report Card](https://goreportcard.com/badge/github.com/refaktor/rye)](https://goreportcard.com/report/github.com/refaktor/rye) +[![GitHub Release](https://img.shields.io/github/release/refaktor/rye.svg?style=flat)](https://github.com/refaktor/rye/releases/latest) - [Rye language 🌾](#rye-language-) - [What is Rye](#what-is-rye) @@ -13,7 +15,7 @@ - [Introductions](#introductions) - [Examples](#examples) - [Rye vs. Python](#rye-vs-python) - - [Libraries](#libraries) + - [Modules](#modules) - [Base - official integrations](#base---official-integrations) - [Contrib - will be community / third party integrations](#contrib---will-be-community--third-party-integrations) - [Follow development](#follow-development) @@ -25,7 +27,6 @@ - [Docker images](#docker-images) - [Binary Docker image](#binary-docker-image) - [Dev Docker image](#dev-docker-image) - - [Forking Rye on Github](#forking-rye-on-github) - [Building Rye](#building-rye) - [Build Rye with specific modules](#build-rye-with-specific-modules) - [Build WASM version of Rye](#build-wasm-version-of-rye)