~aleteoryx/muditaos

2cf455dc130a0df575e95cff47ae797353e304e6 — Alex0vSky 2 years ago 3b24ac9
[MOS-1046] Update module-services/service-cellular/call/doc/README.md

Typo in documentation module-services/service-cellular/call/doc/README.md
The state machine library is called `sml`, not `stm`.
1 files changed, 1 insertions(+), 1 deletions(-)

M module-services/service-cellular/call/doc/README.md
M module-services/service-cellular/call/doc/README.md => module-services/service-cellular/call/doc/README.md +1 -1
@@ 37,7 37,7 @@ CellularCall.hpp is written such as:
    - any API has to first define a virtual interface
    - then define platform implementation

State machine is written using [boost::stm](https://boost-ext.github.io/sml/index.html)
State machine is written using [boost::sml](https://boost-ext.github.io/sml/index.html)

**NOTE** API catalog should and can be further split into API header and platform implementation.