Skip to content

Commit 6b9b805

Browse files
committed
Merge branch 'master' of github.com:mulesoft/api-console
2 parents 55bff5c + cdbbc41 commit 6b9b805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ sudo npm install -g api-console-cli
4545
Generate API console from your RAML or OAS file:
4646

4747
```shell
48-
$ api-console build -t "RAML 1.0" -a path/to/api.raml # works with remote files too
48+
$ NODE_OPTIONS=--max_old_space_size=2048 api-console build -t "RAML 1.0" -a path/to/api.raml # works with remote files too
4949
```
5050

5151
Preview the console:

0 commit comments

Comments
 (0)