From 40d515234eb54bfa26d8e260b15974c7b53160e1 Mon Sep 17 00:00:00 2001 From: jdoe0 Date: Tue, 22 Jul 2014 20:29:02 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 139d877..c3d49c1 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ install some of the dependencies we need there: 7. Then we can run ankisyncd like so: $ ./ankisyncctl.py start - + To stop the server, run: $ ./ankisyncctl.py stop @@ -82,7 +82,7 @@ like ankisyncd.py) containing the code below and put it in ~/Anki/addons. 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 ankisyncd is not running on the same machine as Anki.