diff --git a/docs/input.md b/docs/input.md index 0e34a338..267f59ee 100644 --- a/docs/input.md +++ b/docs/input.md @@ -88,7 +88,8 @@ This section defines how the configuration space is explored. }, { "type" : "file", - "files" : ["/path/to/confs/*"], + "prefix": "/file/prefix", + "files" : ["relpath/to/confs/*"], "fmt" : "deepmd/npy" } ],