From 79349fc88df0c2fb165e6d7bd956e2c79a8ee0c5 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki <7413593+a8m@users.noreply.github.com> Date: Mon, 7 Dec 2020 11:03:00 +0200 Subject: [PATCH] examples/doc: rename entc to ent (#1020) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 8b614ea99..066c15ca8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -22,7 +22,7 @@ For the purpose of the example, we'll generate the following graph: The first step is to generate the 3 schemas: `Pet`, `User`, `Group`. ```console -entc init Pet User Group +ent init Pet User Group ``` Add the necessary fields and edges for the schemas: