Fix command name

This commit is contained in:
Vincenzo Chianese 2019-03-18 11:49:37 +01:00 committed by GitHub
parent ae126b2dd6
commit 88345043f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,5 +59,5 @@ You can install custom plugins to the current Express Gateway image just creatin
```dockerfile ```dockerfile
FROM %%IMAGE%% FROM %%IMAGE%%
RUN yarn add global express-gateway-plugin-name RUN yarn global add express-gateway-plugin-name
``` ```