From 5f108eee5050cbf1faab7e092a42f712f576b1cf Mon Sep 17 00:00:00 2001 From: Anders Ejlersen Date: Mon, 18 May 2026 20:43:33 +0200 Subject: [PATCH] Updated Readme file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ab38a3..49c2c51 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A tool to help validate data across scenes, prefabs and scriptable objects. ## Component Validators -``` +```c# public sealed class ComponentValidatorMeshCollider : IComponentValidator { public void Validate(MeshCollider component, List results) @@ -25,7 +25,7 @@ public sealed class ComponentValidatorMeshCollider : IComponentValidator`, where `T` is the attribute and will automatically be found by the validator. -``` +```c# public sealed class Validator : IAttributeValidator { public ValidatorResult Validate(RequiredAttribute attribute, object value)