From 9f93b0bc18eb43b325fa77b662e1b8063a0e6439 Mon Sep 17 00:00:00 2001
From: Paul Nitzke <14367-paulenit@users.noreply.git.rwth-aachen.de>
Date: Mon, 20 Jun 2022 02:22:12 +0200
Subject: [PATCH] Fix the same issue as in
 78b0b29274f486c2c42d72533ea916f99bc08562

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6ab8ff9..4fc43cc 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ dotnet build ./src/SparseTransform.CLI/SparseTransform.CLI.csproj --configuratio
 dotnet build ./src/SparseTransform.CLI/SparseTransform.CLI.csproj --runtime <RID> --self-contained --configuration Release
 ```
 
-<RID> specifies the Runtime-ID that you want to build for. For available options see the [.NET RID Catalog](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog)
+\<RID> specifies the Runtime-ID that you want to build for. For available options see the [.NET RID Catalog](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog)
 
 ## How to Build the Documentation
 
-- 
GitLab