1 Commits

Author SHA1 Message Date
warrence 8f9f0bf4c8 Add language tag to readme example code for syntax highlighting 2026-07-17 11:21:31 +02:00
+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;