From aaf24dc5e4cfe8259740630991509218817dcccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryx=C3=AD?= Date: Sat, 5 Jun 2021 21:11:00 +0100 Subject: [PATCH] Make sure that examples are copy&pasteable Provide --author parameter to generating post. It's mandatory so we might as well give a hint to the user to fill it in straight away. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 206f6b49..2f510187 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Next you will want to generate some posts. If you only have one author generated blog) you can generate a post as simply as running: ```sh -npx ember g post "this is a post I want to write" +npx ember g post "this is a post I want to write" --author=your-name ``` ### Configuring