From 7e1989e93b722757e0691e9360559e43fef9fa8e Mon Sep 17 00:00:00 2001 From: Conrad Taylor Date: Sun, 12 Dec 2021 19:20:18 -0800 Subject: [PATCH] Cleanup docs. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e166866..b98a01d 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,11 @@ Note: This tutorial was updated on macOS 11.6.1. 1. create the project ```zsh - mix phx.new zero-to-graphql-using-elixir --app zero_phoenix --module ZeroPhoenix + mix phx.new zero-to-graphql-using-elixir \ + --app zero_phoenix \ + --module ZeroPhoenix \ + --no-html \ + --no-assets ``` Note: Just answer 'y' to all the prompts that appear.