Skip to content

Commit

Permalink
Fix README typo (mongodb#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tebaks authored Feb 25, 2021
1 parent 759959e commit 9460826
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 @@ -163,7 +163,7 @@ To test a **replica set** or **sharded cluster**, set `MONGODB_URI="<connection-
For example, for a local replica set named `rs1` comprised of three nodes on ports 27017, 27018, and 27019:

```
MONGODB_URI="mongodb://localhost:27017,localhost:27018,localhost:27018/?replicaSet=rs1" make
MONGODB_URI="mongodb://localhost:27017,localhost:27018,localhost:27019/?replicaSet=rs1" make
```

### Testing Auth and TLS
Expand Down

0 comments on commit 9460826

Please sign in to comment.