Skip to content

Commit aecb0af

Browse files
authored
Update README.md
1 parent 869b6c7 commit aecb0af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ This library uses 'timestamps' occuring in both the server and the client databa
88
Example Code:
99

1010
```java
11-
import sync.db.mysql.*; //Import the MySQLDBSync.jar file into your project's lib folder
11+
import sync.db.mysql.*; //Import the MySQLDBSync.jar file into your project's lib folder first
1212

1313
public class Test{
14+
1415
public static void main(String args[]){
16+
17+
DBMap dbMap = new DBMap(); //Creates a new DBMap object. The DBMap objects lets you create a mapping between source and destination MySQL Server database names, table names and attribute names
18+
1519
}
1620
}
1721
```

0 commit comments

Comments
 (0)