From 8f9f0bf4c85f143c50bea6d4d91c52c6660efec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Fri, 17 Jul 2026 11:21:31 +0200 Subject: [PATCH] Add language tag to readme example code for syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9954e5b..417af7c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For more information, see the [documentation](https://docs.rs/grapherity/latest/ ## Example -``` +```rust // Brings commonly used traits into scope. use grapherity::prelude::*; use grapherity::models::Graph;