From 4a55f23b9138d1acb9192a4bd30a6e4f0fc27fab Mon Sep 17 00:00:00 2001 From: nadapez <48304193+nadapez@users.noreply.github.com> Date: Thu, 22 Sep 2022 14:08:31 -0300 Subject: [PATCH] add code formatting to code in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3be84ae..16720c2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ plantUML SD schema: http://plantuml.com/sequence-diagram Example Demo code : - +``` class Motor : def setMotorName(self,name): self.motorName = name @@ -38,7 +38,7 @@ if __name__ =='__main__': human=Human() human.setHumanName("Backman") motor.driveBy(human) - +``` The tool output :