Skip to content

Commit 1fe9374

Browse files
Merge pull request #51 from ArthurClemens/patch-2
Typo fix
2 parents e80616f + ddfffee commit 1fe9374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Available command line options:
221221
For example, if your server requires authentication:
222222

223223
```shell
224-
MIX_ENV=test mix bolt.cypher --ssl true -url "bolt://<user>:<password>@happy-warlocks.dbs.graphenedb.com:24786"\
224+
MIX_ENV=test mix bolt.cypher --ssl true --url "bolt://<user>:<password>@happy-warlocks.dbs.graphenedb.com:24786"\
225225
"MATCH (people:Person) RETURN people.name LIMIT 5"
226226
```
227227

0 commit comments

Comments
 (0)