From 3363f26a42e5743540218d3ea46cda160ea4b560 Mon Sep 17 00:00:00 2001 From: Connor Davis Date: Sun, 14 Apr 2019 20:35:03 -0500 Subject: [PATCH] Fix missing dash --- examples/with-dotenv/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-dotenv/README.md b/examples/with-dotenv/README.md index 7798a519e0..d1b77213ad 100644 --- a/examples/with-dotenv/README.md +++ b/examples/with-dotenv/README.md @@ -11,7 +11,7 @@ Execute [`create-next-app`](https://github.com/segmentio/create-next-app) with [ ```bash npx create-next-app --example with-dotenv with-dotenv-app # or -yarn create next-app --example with-dotenv with-dotenv-app +yarn create-next-app --example with-dotenv with-dotenv-app ``` ### Download manually -- GitLab