Skip to content

Commit eb34a14

Browse files
committed
Damn, had some remnant diff callouts
1 parent 7ec8c70 commit eb34a14

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Readme.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,7 @@ A good way to handle such unexpected disconnects is shown below:
363363
```js
364364
var db_config = {
365365
host: 'localhost',
366-
<<<<<<< HEAD
367366
user: 'root',
368-
=======
369-
user: 'root',
370-
>>>>>>> f924d913fc53cbc7d19d9b7199517acbb0827b95
371367
password: '',
372368
database: 'example'
373369
};
@@ -1027,8 +1023,4 @@ For example, if you have an installation of mysql running on localhost:3306 and
10271023

10281024
* Prepared statements
10291025
* setTimeout() for Connection / Query
1030-
<<<<<<< HEAD
10311026
* Support for encodings other than UTF-8 / ASCII
1032-
=======
1033-
* Support for encodings other than UTF-8 / ASCII
1034-
>>>>>>> f924d913fc53cbc7d19d9b7199517acbb0827b95

0 commit comments

Comments
 (0)