diff --git a/README b/README index 54beebb..85f8db8 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ resync ====== -.. image:: https://travis-ci.org/resync/resync.png?branch=master +.. image:: https://travis-ci.org/resync/resync.png?branch=1.0 :target: https://travis-ci.org/resync/resync :alt: Build status @@ -48,7 +48,7 @@ Typical library use in a destination (get and examine a Capability List):: # Read Capability List and show supported capabilities cl = CapabilityList() - cl.read("https://raw.github.com/resync/resync/0.6/resync/test/testdata/examples_from_spec/resourcesync_ex_2_6.xml") + cl.read("https://raw.github.com/resync/resync/1.0/resync/test/testdata/examples_from_spec/resourcesync_ex_2_6.xml") for resource in cl: print "supports %s (at %s)" % (resource.capability,resource.uri)