Skip to content

Commit

Permalink
traffic light xml markup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhornyak authored Jan 20, 2021
1 parent f2abbcc commit 9d30e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/BCB/TrafficLight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VCL forms application that demonstrates classical traffic light example

![Traffic](https://github.com/alexzhornyak/UscxmlCLib/blob/master/Examples/Images/TrafficLight.gif)
```
```xml
<?xml version="1.0" encoding="UTF-8"?>
<scxml initial="working" name="TrafficLightStateMachine" version="1.0" xmlns="http://www.w3.org/2005/07/scxml">
<state id="working" initial="red">
Expand Down

0 comments on commit 9d30e3a

Please sign in to comment.