Update README.md

This commit is contained in:
jdoe0 2014-07-22 20:29:02 +07:00
parent 07ed4dfb75
commit 40d515234e

View File

@ -82,7 +82,7 @@ like ankisyncd.py) containing the code below and put it in ~/Anki/addons.
import anki.sync import anki.sync
anki.sync.SYNC_URL = 'http://127.0.0.1:27701/sync/' anki.sync.SYNC_BASE = 'http://127.0.0.1:27701/'
Replace 127.0.0.1 with the IP address or the domain name of your server if Replace 127.0.0.1 with the IP address or the domain name of your server if
ankisyncd is not running on the same machine as Anki. ankisyncd is not running on the same machine as Anki.