# HG changeset patch # User Tuomo Valkonen # Date 1610141537 18000 # Node ID d2e28607c166e70145bacbefadc953f3afc255c5 # Parent 370931a692a13e363e665f2d7429354e37aea22c README typofix diff -r 370931a692a1 -r d2e28607c166 README.md --- a/README.md Fri Jan 08 16:09:09 2021 -0500 +++ b/README.md Fri Jan 08 16:32:17 2021 -0500 @@ -7,7 +7,7 @@ * Effective visualisation based directly on `GR` instead of `Plots`. A sample visualisation main loop that calls [AlgTools][]-style step routines. - * Sub-pixelresolution image translation and sub-image extraction + * Sub-pixel resolution image translation and sub-image extraction * Calculation of discrete image gradients (2D, 3D 3D vector fields) * A very simple image filtering code that seems more efficient than the `ImageFiltering` package.