Skip to content

Commit

Permalink
Remove incorrect comma from example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin authored Oct 27, 2023
1 parent 37baf49 commit c19ac78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Once your configuration files are complete, you can use TypeDB Loader in one of

```Shell
./bin/typedbloader load \
-tdb localhost:1729, \
-tdb localhost:1729 \
-c /path/to/your/config.json \
-db databaseName \
-cm
Expand Down

0 comments on commit c19ac78

Please sign in to comment.