From: W. Trevor King Date: Sun, 18 Mar 2012 17:06:59 +0000 (-0400) Subject: Add load_from_config() call after load_afm() in the README. X-Git-Tag: v0.4~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=97aaa18c418c0a402d5f5605cb613043d781b350;p=pyafm.git Add load_from_config() call after load_afm() in the README. --- diff --git a/README b/README index 3954ceb..fe8cee1 100644 --- a/README +++ b/README @@ -127,6 +127,7 @@ as:: >>> import pyafm.storage >>> devices = [] >>> afm = pyafm.storage.load_afm(devices=devices) + >>> afm.load_from_config() When you're done using them, it's good practice to close any devices in ``devices``::