From 1f5188c25187fbc9dfd082f897693e73ba853c77 Mon Sep 17 00:00:00 2001 From: militarpancho Date: Thu, 12 Jan 2017 13:32:16 +0100 Subject: [PATCH] Readme to use plugin --- meaningCloud/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meaningCloud/README.md b/meaningCloud/README.md index 84c8777..5bfa1d7 100644 --- a/meaningCloud/README.md +++ b/meaningCloud/README.md @@ -1,9 +1,9 @@ # Senpy Plugin MeaningCloud - To use this plugin, you need to obtain an API_KEY from meaningCloud signing up here: https://www.meaningcloud.com/developer/login +To use this plugin, you need to obtain an API_KEY from meaningCloud signing up here: https://www.meaningcloud.com/developer/login -Then run Senoy docker image with the path to this plugin as follows: +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 - ``` \ No newline at end of file +``` +$ docker run -ti -p 5000:5000 -e DAEDALUS_KEY=02079c6e4e97d85f3fa483cd42180042 -v $PWD:/plugins gsiupm/senpy --host 0.0.0.0 -f /plugins +``` \ No newline at end of file