From 88345043f89c3a389fc42833d8d32b06f811ea9b Mon Sep 17 00:00:00 2001 From: Vincenzo Chianese Date: Mon, 18 Mar 2019 11:49:37 +0100 Subject: [PATCH] Fix command name --- express-gateway/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/express-gateway/content.md b/express-gateway/content.md index c5032c137..5aa8a3cc9 100644 --- a/express-gateway/content.md +++ b/express-gateway/content.md @@ -59,5 +59,5 @@ You can install custom plugins to the current Express Gateway image just creatin ```dockerfile FROM %%IMAGE%% -RUN yarn add global express-gateway-plugin-name +RUN yarn global add express-gateway-plugin-name ```