Skip to content

Commit 5e6459c

Browse files
authored
Update readme.md
1 parent 1a43e20 commit 5e6459c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To use in your project, use the following:
2323

2424
`use A1phanumeric\DBPDO;`
2525

26-
`$DB = new DBPDO('db_name', 'db_host', 'db_user', 'db_pass');`
26+
`$DB = new DBPDO('db_host', 'db_name', 'db_user', 'db_pass');`
2727

2828
### Setup Before v2.0
2929
-----

0 commit comments

Comments
 (0)