We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6382e3e commit 99ff43dCopy full SHA for 99ff43d
examples/colortheme/public/index.html
@@ -28,8 +28,8 @@
28
</svg>
29
</div>
30
<br />
31
- <div>Run <code>npm run build</code> to build with default theme.</div>
32
- <div>Run <code>COLOR=purple npm run build</code> to build with purple theme.</div>
+ <div>Run <code>npm start</code> to build with default theme.</div>
+ <div>Run <code>COLOR=purple npm start</code> to build with purple theme.</div>
33
</section>
34
</body>
35
</html>
0 commit comments