Add min_slope_ratio argument to AFM.move_just_onto_surface.
[pyafm.git] / README
diff --git a/README b/README
index 4473d6113869758b0d5d2d07d7f3665b5677ca12..28c3f72a05a00fe4f8eb79f8575099c204eee331 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,11 @@
-pyafm: tools for controlling atomic force microscopes.
+Pyafm
+=====
 
-Provides control of AFM postition using both short-range (piezo) and
+Pyafm is a set of tools for controlling atomic force microscopes.  It
+provides control of AFM postition using both short-range (piezo) and
 long range (stepper) vertical positioning.  There are separate modules
 for controlling the piezo (`pypiezo`) and stepper (`stepper`), this
-module only contains methods that require the capabilities of both.
+module mostly contains methods that require the capabilities of both.
 
 Packages
 ========
@@ -19,7 +21,7 @@ overlay`_.  Install with::
     # emerge -av sci-physics/pyafm
 
 Although it is not strictly required (thanks to `duck typing`_) you'll
-probably also want my `sci-libs/stepper`_ package or an equivalent
+probably also want my `stepper`_ package or an equivalent
 stepper implementation.
 
 .. _layman: http://layman.sourceforge.net/