examples/doc: rename entc to ent (#1020)

This commit is contained in:
Ariel Mashraki
2020-12-07 11:03:00 +02:00
committed by GitHub
parent ed4a8fe010
commit 79349fc88d

View File

@@ -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: