Add load_from_config() call after load_afm() in the README.
authorW. Trevor King <wking@drexel.edu>
Sun, 18 Mar 2012 17:06:59 +0000 (13:06 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 18 Mar 2012 17:06:59 +0000 (13:06 -0400)
README

diff --git a/README b/README
index 3954ceb5da20d7a7f39e711d71243a78753d1bec..fe8cee10f62bdad02bcc473a1603a561b227dc65 100644 (file)
--- 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``::