diff --git a/README.md b/README.md index 4b94524..f717c6e 100644 --- a/README.md +++ b/README.md @@ -116,3 +116,5 @@ pc->onDataChannel([&dc](shared_ptr incoming) { See [test/connectivity.cpp](https://github.com/paullouisageneau/libdatachannel/blob/master/test/connectivity.cpp) for a complete local connection example. +See [test/cpai.cpp](https://github.com/paullouisageneau/libdatachannel/blob/master/test/capi.cpp) for a C API example. +