WordPress / wordpress-playground

Run WordPress in the browser via WebAssembly PHP

Home Page:https://w.org/playground/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

runPHPWithOptions step in the example doesn't match with the heading

juanmaguitar opened this issue · comments

The step runPHPWithOptions example doesn't match the step stated in the heading.

The example of runPHPWithOptions is:

{
    "steps": [
        {
            "step": "runPHP",
            "options": {
              ...
            }
        }
    ]
}

Should it be instead?

{
    "steps": [
        {
            "step": "runPHPWithOptions",
            "options": {
              ...
            }
        }
    ]
}

@adamziel I think the example at runPHPWithOptions still needs to be updated to reflect the right step name

 "step": "runPHPWithOptions",

Aha, correct