diff --git a/examples/flogo/creditcard-dt/README.md b/examples/flogo/creditcard-dt/README.md index 52015ad..a690378 100644 --- a/examples/flogo/creditcard-dt/README.md +++ b/examples/flogo/creditcard-dt/README.md @@ -22,7 +22,7 @@ cd bin cp ../../creditcard-dt-file.xlsx . ./creditcard-dt ``` - +### Note - To execute following commands on windows platform the backward slashes need to be omitted . ### Testing #### #1 Invoke applicant decision table @@ -48,4 +48,4 @@ You should see following output: 2019-09-24T12:54:08.683+0530 INFO [flogo.rules] - Applicant: PrakashY -- CreditLimit: 7500 -- status: Pending 2019-09-24T12:54:08.696+0530 INFO [flogo.rules] - Applicant: SandraW -- CreditLimit: 0 -- status: Loan-Rejected 2019-09-24T12:54:09.884+0530 INFO [flogo.rules] - Applicant: JaneDoe -- CreditLimit: 25000 -- status: Platinum-Status -``` \ No newline at end of file +```