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