From 36a01913bc19ed00fa2e976ab43ef6539dcbf8fa Mon Sep 17 00:00:00 2001 From: Tim Schneider Date: Fri, 1 Nov 2024 17:35:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1ac1e86..f131189b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Otherwise, you might see `communication_constrains_violation` errors. To check whether your system is currently using a real-time kernel, type `uname -a`. You should see something like this: -```bash +``` $ uname -a Linux [PCNAME] 5.15.0-1056-realtime #63-Ubuntu SMP PREEMPT_RT ... ```