From 982265b5a7a2fb4e5599f6243920841d69be76de Mon Sep 17 00:00:00 2001 From: "hy.kim" Date: Tue, 12 Sep 2023 10:29:26 +0900 Subject: [PATCH] fin --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6f4304..44c2d1b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ pip install durable_rules from durable.lang import * ``` +# Basic +
Rules (Trigger: @when_all(==, &, <<))
@@ -306,7 +308,7 @@ retract_fact('risk', { 'sid': 1, 't': 'balance' })
-Nested OBjects +Nested Objects
* 중첩된 이벤트 또는 사실에 대한 질의도 지원됩니다. @@ -545,7 +547,7 @@ post('flow', { 'action': 'start' })
-### Flow Structures +# Flow Structures
Statechart