From a59fa37f73a64895db2fadc559e9fd20c2f7fd61 Mon Sep 17 00:00:00 2001 From: jtgi Date: Thu, 19 Sep 2024 15:23:55 +0900 Subject: [PATCH] formatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3015250..8018849 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Point of note: - If it is accepted, a like on protocol is issued and the cast will appear in the moderated feed. **Adding a new Rule** + Rules are mostly config driven and so far the abstraction has not been too leaky. - Add a `RuleName` and `RuleDefinition` to [validations.server.ts](/app/lib/validations.server.ts). There are many examples to reference.