Skip to content

Commit 4798c9b

Browse files
committed
typo in readme
1 parent 2298f46 commit 4798c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ git clone https://github.com/Pamblam/mysql-import.git
3838
## TLDR:
3939

4040
```js
41-
const host = '5.0.26.1';
41+
const host = 'localhost';
4242
const user = 'root';
4343
const password = 'password';
4444
const database = 'mydb';

0 commit comments

Comments
 (0)