Explorar o código

Fix command name

Vincenzo Chianese %!s(int64=7) %!d(string=hai) anos
pai
achega
88345043f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 ```