diff --git a/client/README.md b/client/README.md new file mode 100644 index 0000000..d3b403e --- /dev/null +++ b/client/README.md @@ -0,0 +1,18 @@ + +# Linebridge Client +Client-side implementations for Linebridge framework. + +## Components +- RTEngineClient +- ... +## Installation + +To install the Linebridge client, run the following command: + +```bash +npm install linebridge-client +```