Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phanumeric authored Mar 23, 2023
1 parent 1a43e20 commit 5e6459c
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 @@ -23,7 +23,7 @@ To use in your project, use the following:

`use A1phanumeric\DBPDO;`

`$DB = new DBPDO('db_name', 'db_host', 'db_user', 'db_pass');`
`$DB = new DBPDO('db_host', 'db_name', 'db_user', 'db_pass');`

### Setup Before v2.0
-----
Expand Down

0 comments on commit 5e6459c

Please sign in to comment.