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: