Skip to content

Commit ef4c417

Browse files
olgam4lpil
authored andcommitted
fix typo in readme setup example
1 parent ef06a84 commit ef4c417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import pog
2020
2121
pub fn start_application_supervisor(pool_name: process.Name(pog.Message)) {
2222
let pool_child =
23-
pog.defaut_config(pool_name)
23+
pog.default_config(pool_name)
2424
|> pog.host("localhost")
2525
|> pog.database("my_database")
2626
|> pog.pool_size(15)

0 commit comments

Comments
 (0)