From 9024d1b8618810755ed4e6e12cd8d071fbea80a6 Mon Sep 17 00:00:00 2001 From: "hy.kim" Date: Tue, 12 Sep 2023 10:14:46 +0900 Subject: [PATCH] update3 --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d4fb1f..4553f53 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,14 @@ ``` plantext pip install durable_rules ``` -### Durable Rules 사용법 +### Durable Rules Git [github - jruizgit/rules](https://github.com/jruizgit/rules) + + +
+Durable Rules Manual +
+ ##### 패키지 불러오기 ``` from durable.lang import * @@ -697,4 +703,7 @@ post('risk', { 'amount': 300 }) post('risk', { 'amount': 50 }) post('risk', { 'amount': 500 }) post('risk', { 'amount': 600 }) -``` \ No newline at end of file +``` + +
+
\ No newline at end of file