File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ func showArangodExecutableNotFoundHelp(arangodPath string) {
97
97
fmt .Sprintf ("Cannot find `arangod` (expected at `%s`)." , arangodPath ),
98
98
"" ,
99
99
"How to solve this:" ,
100
- "1 - Install ArangoDB locally or run the ArangoDB starter in docker. (see RADME for details)." ,
100
+ "1 - Install ArangoDB locally or run the ArangoDB starter in docker. (see README for details)." ,
101
101
"" ,
102
102
)
103
103
}
@@ -132,7 +132,7 @@ func showArangoSyncExecutableNotFoundHelp(arangosyncPath string) {
132
132
fmt .Sprintf ("Cannot find `arangosync` (expected at `%s`)." , arangosyncPath ),
133
133
"" ,
134
134
"How to solve this:" ,
135
- "1 - Install ArangoSync locally or run the ArangoDB starter in docker. (see RADME for details)." ,
135
+ "1 - Install ArangoSync locally or run the ArangoDB starter in docker. (see README for details)." ,
136
136
" Make sure to use an Enterprise version of ArangoDB." ,
137
137
"" ,
138
138
)
You can’t perform that action at this time.
0 commit comments