mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc/md: fix typo (#2480)
This commit is contained in:
@@ -113,7 +113,7 @@ import (
|
||||
|
||||
func main() {
|
||||
// Load the graph.
|
||||
graph, err := entc.LoadGraph("/.schema", &gen.Config{})
|
||||
graph, err := entc.LoadGraph("./schema", &gen.Config{})
|
||||
if err != nil {
|
||||
log.Fatalln(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user