Fixed wrong instructions in FAQ.

This commit is contained in:
Martin Sosic 2023-07-13 23:01:11 +02:00
parent 04c21d0463
commit f605726712

View File

@ -98,7 +98,7 @@ const faqs = [
<br/> <br/>
Now you can run app generation locally via:<br/> Now you can run app generation locally via:<br/>
<span className="bg-slate-800 text-slate-200 p-1 rounded"> <span className="bg-slate-800 text-slate-200 p-1 rounded">
wasp ai-new:disk MyAwesomeApp "Description of my awesome app." {'"{ \\"defaultGptModel\\": \\"gpt-4\\" }"'} wasp new-ai:disk MyAwesomeApp "Description of my awesome app." {'"{ \\"defaultGptModel\\": \\"gpt-4\\" }"'}
</span> </span>
</p> </p>
}, },