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 :