Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 63fe65e

Browse files
authored
remove leo-specific info from dvdrental example
1 parent 45dc579 commit 63fe65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ In this example, we use the CLI to compare a smaller data set with one missing r
323323

324324
```
325325
$ data-diff \
326-
postgresql://leoebfolsom:''@localhost/dvdrental actor \
327-
postgresql://leoebfolsom:''@localhost/dvdrental actor2 \
326+
postgresql://user:password@localhost/database actor \
327+
postgresql://user:password@localhost/database actor2 \
328328
-k actor_id \
329329
-c first_name -c last_name -c last_update
330330
- 1, 2013-05-26 14:47:57.620000, Penelope, Guiness

0 commit comments

Comments
 (0)