Skip to content

Commit bf813b7

Browse files
committed
minor, doc
1 parent 59e6cf9 commit bf813b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A C++ library useful for simple and easy Finite State Machine (FSM) building
1414
- Manual : [online here](docs/spaghetti_manual.md)
1515
- Language: C++11
1616
- OS: any one, as long as you have a C++11 compiler
17-
- Author: Sebastien Kramm, LITIS, University of Rouen, France - 2018.
17+
- Author: Sebastien Kramm, LITIS, University of Rouen, France - 2018-2020.
1818

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

@@ -59,7 +59,7 @@ $ cd spaghetti
5959
$ make demo -j4
6060
$ build/bin/traffic_lights_1
6161
```
62-
62+
(Note: Requires `boost_system` and `boost_thread` libs at link time)
6363

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

0 commit comments

Comments
 (0)