Add language tag to readme example code for syntax highlighting

This commit is contained in:
2026-07-17 11:21:31 +02:00
parent 7345684f00
commit 8f9f0bf4c8
+1 -1
View File
@@ -15,7 +15,7 @@ For more information, see the [documentation](https://docs.rs/grapherity/latest/
## Example ## Example
``` ```rust
// Brings commonly used traits into scope. // Brings commonly used traits into scope.
use grapherity::prelude::*; use grapherity::prelude::*;
use grapherity::models::Graph; use grapherity::models::Graph;