lib/jets/commands/help/new.md in jets-1.8.10 vs lib/jets/commands/help/new.md in jets-1.8.11
- old
+ new
@@ -14,10 +14,10 @@
To start a server and test locally:
jets server # localhost:8888 should have the Jets welcome page
Scaffold example:
- jets generate scaffold Post title:string body:text published:boolean
+ jets generate scaffold post title:string body:text published:boolean
To deploy to AWS Lambda:
jets deploy
$