浏览代码

Fix command name

Vincenzo Chianese 6 年之前
父节点
当前提交
88345043f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      express-gateway/content.md

+ 1 - 1
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
 ```