Skip to content

Commit

Permalink
docs: added goreportcard badge, sync TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Dec 22, 2023
1 parent 0b0147f commit 42c4f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![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)

- [Rye language 🌾](#rye-language-)
- [What is Rye](#what-is-rye)
Expand All @@ -13,7 +14,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)
Expand All @@ -25,7 +26,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)
Expand Down

0 comments on commit 42c4f3e

Please sign in to comment.