diff --git a/meaningCloud/README.md b/meaningCloud/README.md index 5bfa1d7..4278276 100644 --- a/meaningCloud/README.md +++ b/meaningCloud/README.md @@ -5,5 +5,5 @@ To use this plugin, you need to obtain an API_KEY from meaningCloud signing up h Then run Senpy docker image with the path to this plugin as follows: ``` -$ docker run -ti -p 5000:5000 -e DAEDALUS_KEY=02079c6e4e97d85f3fa483cd42180042 -v $PWD:/plugins gsiupm/senpy --host 0.0.0.0 -f /plugins +$ docker run -ti -p 5000:5000 -e DAEDALUS_KEY=API_KEY -v $PWD:/plugins gsiupm/senpy --host 0.0.0.0 -f /plugins ``` \ No newline at end of file