# HG changeset patch # User Matthew Wild # Date 1324078944 0 # Node ID f54217e38365a4c83548e519caa394c5ddc5a90b # Parent 737258ea32e9d9feef510d158abc55d515e49e07 README: Fix example service name (thanks Florob) diff -r 737258ea32e9 -r f54217e38365 README --- a/README Sun Dec 11 02:53:24 2011 +0000 +++ b/README Fri Dec 16 23:42:24 2011 +0000 @@ -17,7 +17,7 @@ - CONFIG: The filename of the config file containing the XMPP server credentials. The file is a simple text file, with the first line as the JID and the second line as the password. Ensure the permissions on this file prevent other users on the system from reading it. - - SERVICE: The pubsub service to publish to, e.g. 'example.pubsub.com'. + - SERVICE: The pubsub service to publish to, e.g. 'pubsub.example.com'. - NODE: The pubsub node to publish to, e.g. 'commits' - ID: The item id. Use the project name or branch - e.g. 'trunk'. - URL: If your repository is accessible via the web, set this to the root of your project,