Skip to content

Commit

Permalink
minor, doc
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Jul 6, 2020
1 parent 59e6cf9 commit bf813b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A C++ library useful for simple and easy Finite State Machine (FSM) building
- Manual : [online here](docs/spaghetti_manual.md)
- Language: C++11
- OS: any one, as long as you have a C++11 compiler
- Author: Sebastien Kramm, LITIS, University of Rouen, France - 2018.
- Author: Sebastien Kramm, LITIS, University of Rouen, France - 2018-2020.

![FSM gif](https://github.com/skramm/spaghetti/blob/master/docs/out.gif)

Expand Down Expand Up @@ -59,7 +59,7 @@ $ cd spaghetti
$ make demo -j4
$ build/bin/traffic_lights_1
```

(Note: Requires `boost_system` and `boost_thread` libs at link time)

### Short preview 1 (no signal/timeout handling)

Expand Down

0 comments on commit bf813b7

Please sign in to comment.