minor edit to force reload
[rrq/newlisp/pinwin.git] / README.md
index af2c98e48442195e0b85c146d0089f349661d266..fcbca1436f04c39e88d0788cf47f7053ea307044 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 pinwin - making the side monitor sticky
 =======================================
 
-This is a newlisp script acting as an X event daemon that recognizes
-window movements and "pins" windows when moved to the side monitor,
-whereas windows moved to the main monitor are "unpinned".
+This newlisp script acts as an X event daemon that recognizes window
+movements and "pins" windows when moved to the side monitor, whereas
+windows moved to the main monitor are "unpinned".
 
 A pinned window shows up on all workspaces, whereas an unpinned one
 stays on a single workspace.
@@ -23,7 +23,7 @@ binary, `pinwin`, which is made using the `-x` argument to newlisp. For
 example:
 
     $ newlisp -x pinwin.lsp pinwin
-       $ chmod a+x pinwin
+    $ chmod a+x pinwin
 
 RUN
 ===