diff --git a/technical/Create_Plugin.md b/technical/Create_Plugin.md index 0ded62db..58b3ce90 100644 --- a/technical/Create_Plugin.md +++ b/technical/Create_Plugin.md @@ -56,7 +56,7 @@ If all is completed successfully, the plugin may be build, installed, and loaded * use ffmpeg and opencv from ring-daemon project. * if using tensorflow, choose version 2.1.0. Why? * We have all needed header files of tensorflow 2.1.0 in /contrib/libs.tar.gz; - * We disponibilize docker images with libraries for Tensorflow C++ API and Tensorflow + * We provide docker images with libraries for Tensorflow C++ API and Tensorflow Lite, for both Android and Linux development. * if you need other libraries, check if we support it's build with ring-daemon project, otherwise, you will have to build it and ensure correct link to the plugin libraries.