electronjs.org-old
electronjs.org-old copied to clipboard
Improve instructions / CTA on Spectron
Currently, the Spectron instructions are a single code block that includes both the npm install command and actual JavaScript code example:

Ideally, this would be two distinct sections, with one syntax highlighted as bash and one syntax highlighted as JavaScript. Each would have unique instructions.
Hey @bnb, I tried to address this in my PR. Is this what you were thinking?

perfect