Skip to content

Commit 6c8320d

Browse files
authored
Update README.md
1 parent b3a4368 commit 6c8320d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The object `I` of your tests and events will have access to new methods. [See th
7878
```js
7979
BeforeSuite( async( I ) => {
8080
// The first parameter is the key that will hold a reference to the db
81-
I.connect( "testdb", "mysql:///root:mypassword@localhost:3306/testdb" );
81+
I.connect( "testdb", "mysql://root:mypassword@localhost:3306/testdb" );
8282
} );
8383
8484
AfterSuite( async( I ) => {

0 commit comments

Comments
 (0)