Parcourir la source

Merge pull request #1450 from XVincentX/patch-1

Fix command name for Express Gateway plugins
yosifkit il y a 6 ans
Parent
commit
3db19314ba
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 ```