Skip to content

Commit 78e20de

Browse files
committed
update doc
1 parent 102fa9a commit 78e20de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For example, in CentOS:
1717
sudo yum install libxml2 libxml2-devel libxslt libxslt-devel
1818
```
1919

20-
or in Debian/Ubuntu:
20+
Or in Debian/Ubuntu:
2121

2222
```
2323
sudo apt-get install libxml2-dev libxslt-dev python-dev
@@ -50,19 +50,19 @@ python3 main.py path/to/your/config.yaml
5050
```
5151
and the tool will dump your data as stream to sync, when dump is over, it will start to sync binlog.
5252

53-
the latest synced binlog file and position are recorded in your info file which is configured in your config file. You can restart dump step by remove it, or you can change sync position by edit it.
53+
The latest synced binlog file and position are recorded in your info file which is configured in your config file. You can restart dump step by remove it, or you can change sync position by edit it.
5454

5555
Or if you but want to load it from your own dumpfile. You should dump your table first as xml format(by adding ```-X```option to your mysqldump command)
5656

5757
then
5858
```python3 main.py path/to/your/config.yaml --fromfile```
5959
to start sync, when xml sync is over, it will also start binlog sync.
6060

61-
## Deploying
61+
## Deployment
6262
We provide an upstart script to help you deploy this tool,since we use virtualenv for requirements isolation, you must edit it for your own condition, besides, you can deploy it in your own way.
6363

6464

6565
## TODO
66-
- [ ] Packaging
67-
- [ ] MultiIndex Supporting
68-
66+
- [ ] Packaging
67+
- [ ] MultiIndex Supporting
68+
- [ ] Multi table Supporting

0 commit comments

Comments
 (0)