Skip to content

Commit e05b2a4

Browse files
AtomsForPeaceoskardudycz
authored andcommitted
fix typo in example
1 parent 0bf3d9d commit e05b2a4

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
@@ -29,7 +29,7 @@ type User = { name: string; age: number };
2929
const connectionString =
3030
"postgresql://dbuser:[email protected]:3211/mydb";
3131

32-
const pongoClient = pongoClient(postgresConnectionString);
32+
const pongoClient = pongoClient(connectionString);
3333
const pongoDb = pongoClient.db();
3434

3535
const users = pongoDb.collection<User>("users");

0 commit comments

Comments
 (0)